#385EC8

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

Shades of Free Speech Blue #385EC8

Tints of Free Speech Blue #385EC8

Color information

#385EC8 (or 0x385EC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5E and C8. RGB value is (56,94,200). Sum of RGB (Red+Green+Blue) = 56+94+200=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #385EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EC8 is #C7A137. Grayscale: #5E5E5E. Windows color (decimal): -13082936 or 13131320. OLE color: 13131320.

HSL color Cylindrical-coordinate representation of color #385EC8: hue angle of 224.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385EC8 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5694200-
CMYK0.720.5300.22
HSL224.17º56.69%50.2%-
HSV(B)224.17º72%78.43%-
XYZ16.0613.0256.31-
YUV94.72187.41100.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 200 (78.52% from 255) = 57.14%
R=16%
G=26.86%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56942000.720.5300.22224.1756.6950.2
Hex385EC84835016e03932
Octal70136310110650263407162
Binary111000101111011001000100100011010101011011100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385EC8; }

 p { color: rgb(56,94,200); }

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

<style>
 a { background-color: #385EC8; }

 a { background-color: rgb(56,94,200); }

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

<style>
 span { border-color: #385EC8; }

 span { border-color: rgb(56,94,200); }

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