#384BC8

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

Shades of Free Speech Blue #384BC8

Tints of Free Speech Blue #384BC8

Color information

#384BC8 (or 0x384BC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4B and C8. RGB value is (56,75,200). Sum of RGB (Red+Green+Blue) = 56+75+200=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #384BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BC8 is #C7B437. Grayscale: #535353. Windows color (decimal): -13087800 or 13126456. OLE color: 13126456.

HSL color Cylindrical-coordinate representation of color #384BC8: hue angle of 232.08º 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 #384BC8 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5675200-
CMYK0.720.6200.22
HSL232.08º56.69%50.2%-
HSV(B)232.08º72%78.43%-
XYZ14.5710.0455.81-
YUV83.57193.71108.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=16.92%
G=22.66%
B=60.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56752000.720.6200.22232.0856.6950.2
Hex384BC8483E016e83932
Octal70113310110760263507162
Binary111000100101111001000100100011111001011011101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384BC8; }

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

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

<style>
 a { background-color: #384BC8; }

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

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

<style>
 span { border-color: #384BC8; }

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

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