#384BB8

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

Shades of Free Speech Blue #384BB8

Tints of Free Speech Blue #384BB8

Color information

#384BB8 (or 0x384BB8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4B and B8. RGB value is (56,75,184). Sum of RGB (Red+Green+Blue) = 56+75+184=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #384BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BB8 is #C7B447. Grayscale: #515151. Windows color (decimal): -13087816 or 12077880. OLE color: 12077880.

HSL color Cylindrical-coordinate representation of color #384BB8: hue angle of 231.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384BB8 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5675184-
CMYK0.700.5900.28
HSL231.09º53.33%47.06%-
HSV(B)231.09º69.57%72.16%-
XYZ12.89.3346.47-
YUV81.74185.71109.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 184 (72.27% from 255) = 58.41%
R=17.78%
G=23.81%
B=58.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56751840.700.5900.28231.0953.3347.06
Hex384BB8463B01Ce7352f
Octal70113270106730343476557
Binary111000100101110111000100011011101101110011100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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