#383ECB

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

Shades of Free Speech Blue #383ECB

Tints of Free Speech Blue #383ECB

Color information

#383ECB (or 0x383ECB) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and CB. RGB value is (56,62,203). Sum of RGB (Red+Green+Blue) = 56+62+203=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #383ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ECB is #C7C134. Grayscale: #4B4B4B. Windows color (decimal): -13091125 or 13319736. OLE color: 13319736.

HSL color Cylindrical-coordinate representation of color #383ECB: hue angle of 237.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383ECB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5662203-
CMYK0.720.6900.20
HSL237.55º58.57%50.78%-
HSV(B)237.55º72.41%79.61%-
XYZ14.138.657.41-
YUV76.28199.51113.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 203 (79.69% from 255) = 63.24%
R=17.45%
G=19.31%
B=63.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56622030.720.6900.20237.5558.5750.78
Hex383ECB4845014ee3b33
Octal70763131101050243567363
Binary111000111110110010111001000100010101010011101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,203); }

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

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

 a { background-color: rgb(56,62,203); }

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

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

 span { border-color: rgb(56,62,203); }

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