#384CBE

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

Shades of Free Speech Blue #384CBE

Tints of Free Speech Blue #384CBE

Color information

#384CBE (or 0x384CBE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4C and BE. RGB value is (56,76,190). Sum of RGB (Red+Green+Blue) = 56+76+190=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #384CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBE is #C7B341. Grayscale: #525252. Windows color (decimal): -13087554 or 12471352. OLE color: 12471352.

HSL color Cylindrical-coordinate representation of color #384CBE: hue angle of 231.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384CBE is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5676190-
CMYK0.710.6000.25
HSL231.04º54.47%48.24%-
HSV(B)231.04º70.53%74.51%-
XYZ13.519.7349.88-
YUV83.02188.37108.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=17.39%
G=23.60%
B=59.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56761900.710.6000.25231.0454.4748.24
Hex384CBE473C019e73630
Octal70114276107740313476660
Binary111000100110010111110100011111110001100111100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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