#383ce0

Color #383CE0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #383CE0

Tints of Free Speech Blue #383CE0

Color information

#383CE0 (or 0x383CE0) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3C and E0. RGB value is (56,60,224). Sum of RGB (Red+Green+Blue) = 56+60+224=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #383CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CE0 is #C7C31F. Grayscale: #4C4C4C. Windows color (decimal): -13091616 or 14695480. OLE color: 14695480.

HSL color Cylindrical-coordinate representation of color #383CE0: hue angle of 238.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383CE0 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5660224-
CMYK0.750.7300.12
HSL238.57º73.04%54.9%-
HSV(B)238.57º75%87.84%-
XYZ16.79.4571.47-
YUV77.5210.67112.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 224 (87.89% from 255) = 65.88%
R=16.47%
G=17.65%
B=65.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56602240.750.7300.12238.5773.0454.9
Hex383CE04B490Cef4937
Octal707434011311101435711167
Binary111000111100111000001001011100100101100111011111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383ce0; }

 p { color: rgb(56,60,224); }

 H1.HeaderClassName
 {
   color: #383ce0;
 }
 .AnyTagClassName
 {
   color: #383ce0;
 }
</style>
background-color css

<style>
 a { background-color: #383ce0; }

 a { background-color: rgb(56,60,224); }

 div.DivClassName
 {
   background-color: #383ce0;
 }
 .BgClassName
 {
   background-color: #383ce0;
 }
</style>
border-color css

<style>
 span { border-color: #383ce0; }

 span { border-color: rgb(56,60,224); }

 td.TdClassName
 {
   border-color: #383ce0;
 }
 .TagClassName
 {
   border-color: #383ce0;
 }
</style>