#385EC9

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

Shades of Free Speech Blue #385EC9

Tints of Free Speech Blue #385EC9

Color information

#385EC9 (or 0x385EC9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5E and C9. RGB value is (56,94,201). Sum of RGB (Red+Green+Blue) = 56+94+201=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #385EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EC9 is #C7A136. Grayscale: #5E5E5E. Windows color (decimal): -13082935 or 13196856. OLE color: 13196856.

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

Color convert

RGB5694201-
CMYK0.720.5300.21
HSL224.28º57.31%50.39%-
HSV(B)224.28º72.14%78.82%-
XYZ16.1813.0656.93-
YUV94.84187.91100.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=15.95%
G=26.78%
B=57.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56942010.720.5300.21224.2857.3150.39
Hex385EC94835015e03932
Octal70136311110650253407162
Binary111000101111011001001100100011010101010111100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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