#384EBE

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

Shades of Free Speech Blue #384EBE

Tints of Free Speech Blue #384EBE

Color information

#384EBE (or 0x384EBE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4E and BE. RGB value is (56,78,190). Sum of RGB (Red+Green+Blue) = 56+78+190=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #384EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EBE is #C7B141. Grayscale: #535353. Windows color (decimal): -13087042 or 12471864. OLE color: 12471864.

HSL color Cylindrical-coordinate representation of color #384EBE: hue angle of 230.15º 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 #384EBE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5678190-
CMYK0.710.5900.25
HSL230.15º54.47%48.24%-
HSV(B)230.15º70.53%74.51%-
XYZ13.6510.0149.93-
YUV84.19187.71107.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=17.28%
G=24.07%
B=58.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56781900.710.5900.25230.1554.4748.24
Hex384EBE473B019e63630
Octal70116276107730313466660
Binary111000100111010111110100011111101101100111100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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