#384CBA

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

Shades of Free Speech Blue #384CBA

Tints of Free Speech Blue #384CBA

Color information

#384CBA (or 0x384CBA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4C and BA. RGB value is (56,76,186). Sum of RGB (Red+Green+Blue) = 56+76+186=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #384CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBA is #C7B345. Grayscale: #525252. Windows color (decimal): -13087558 or 12209208. OLE color: 12209208.

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

Color convert

RGB5676186-
CMYK0.700.5900.27
HSL230.77º53.72%47.45%-
HSV(B)230.77º69.89%72.94%-
XYZ13.089.5547.61-
YUV82.56186.37109.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=17.61%
G=23.90%
B=58.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56761860.700.5900.27230.7753.7247.45
Hex384CBA463B01Be7362f
Octal70114272106730333476657
Binary111000100110010111010100011011101101101111100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,186); }

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

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

 a { background-color: rgb(56,76,186); }

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

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

 span { border-color: rgb(56,76,186); }

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