#383EBF

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

Shades of Free Speech Blue #383EBF

Tints of Free Speech Blue #383EBF

Color information

#383EBF (or 0x383EBF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and BF. RGB value is (56,62,191). Sum of RGB (Red+Green+Blue) = 56+62+191=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #383EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EBF is #C7C140. Grayscale: #4A4A4A. Windows color (decimal): -13091137 or 12533304. OLE color: 12533304.

HSL color Cylindrical-coordinate representation of color #383EBF: hue angle of 237.33º degrees, saturation: 0.55, 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 #383EBF is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5662191-
CMYK0.710.6800.25
HSL237.33º54.66%48.43%-
HSV(B)237.33º70.68%74.9%-
XYZ12.768.0550.17-
YUV74.91193.51114.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 191 (75% from 255) = 61.81%
R=18.12%
G=20.06%
B=61.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56621910.710.6800.25237.3354.6648.43
Hex383EBF4744019ed3730
Octal70762771071040313556760
Binary111000111110101111111000111100010001100111101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383EBF; }

 p { color: rgb(56,62,191); }

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

<style>
 a { background-color: #383EBF; }

 a { background-color: rgb(56,62,191); }

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

<style>
 span { border-color: #383EBF; }

 span { border-color: rgb(56,62,191); }

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