#384AC8

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

Shades of Free Speech Blue #384AC8

Tints of Free Speech Blue #384AC8

Color information

#384AC8 (or 0x384AC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4A and C8. RGB value is (56,74,200). Sum of RGB (Red+Green+Blue) = 56+74+200=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #384AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AC8 is #C7B537. Grayscale: #525252. Windows color (decimal): -13088056 or 13126200. OLE color: 13126200.

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

Color convert

RGB5674200-
CMYK0.720.6300.22
HSL232.5º56.69%50.2%-
HSV(B)232.5º72%78.43%-
XYZ14.59.9155.79-
YUV82.98194.04108.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 200 (78.52% from 255) = 60.61%
R=16.97%
G=22.42%
B=60.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56742000.720.6300.22232.556.6950.2
Hex384AC8483F016e83932
Octal70112310110770263507162
Binary111000100101011001000100100011111101011011101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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