#383EC8

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

Shades of Free Speech Blue #383EC8

Tints of Free Speech Blue #383EC8

Color information

#383EC8 (or 0x383EC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and C8. RGB value is (56,62,200). Sum of RGB (Red+Green+Blue) = 56+62+200=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 200 (78.52% from 255 or 62.89% from 318); Max value from RGB is 200 - color contains mainly: blue. Hex color #383EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EC8 is #C7C137. Grayscale: #4B4B4B. Windows color (decimal): -13091128 or 13123128. OLE color: 13123128.

HSL color Cylindrical-coordinate representation of color #383EC8: hue angle of 237.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383EC8 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5662200-
CMYK0.720.6900.22
HSL237.5º56.69%50.2%-
HSV(B)237.5º72%78.43%-
XYZ13.788.4655.55-
YUV75.94198.01113.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 200 (78.52% from 255) = 62.89%
R=17.61%
G=19.50%
B=62.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56622000.720.6900.22237.556.6950.2
Hex383EC84845016ee3932
Octal70763101101050263567162
Binary111000111110110010001001000100010101011011101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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