#384CCE

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

Shades of Free Speech Blue #384CCE

Tints of Free Speech Blue #384CCE

Color information

#384CCE (or 0x384CCE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4C and CE. RGB value is (56,76,206). Sum of RGB (Red+Green+Blue) = 56+76+206=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #384CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCE is #C7B331. Grayscale: #545454. Windows color (decimal): -13087538 or 13519928. OLE color: 13519928.

HSL color Cylindrical-coordinate representation of color #384CCE: hue angle of 232º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384CCE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5676206-
CMYK0.730.6300.19
HSL232º60.48%51.37%-
HSV(B)232º72.82%80.78%-
XYZ15.3610.4759.6-
YUV84.84196.37107.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=16.57%
G=22.49%
B=60.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56762060.730.6300.1923260.4851.37
Hex384CCE493F013e83c33
Octal70114316111770233507463
Binary111000100110011001110100100111111101001111101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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