#385DCB

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

Shades of Free Speech Blue #385DCB

Tints of Free Speech Blue #385DCB

Color information

#385DCB (or 0x385DCB) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5D and CB. RGB value is (56,93,203). Sum of RGB (Red+Green+Blue) = 56+93+203=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #385DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DCB is #C7A234. Grayscale: #5E5E5E. Windows color (decimal): -13083189 or 13327672. OLE color: 13327672.

HSL color Cylindrical-coordinate representation of color #385DCB: hue angle of 224.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385DCB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5693203-
CMYK0.720.5400.20
HSL224.9º58.57%50.78%-
HSV(B)224.9º72.41%79.61%-
XYZ16.3212.9858.15-
YUV94.48189.24100.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=15.91%
G=26.42%
B=57.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56932030.720.5400.20224.958.5750.78
Hex385DCB4836014e13b33
Octal70135313110660243417363
Binary111000101110111001011100100011011001010011100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,203); }

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

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

 a { background-color: rgb(56,93,203); }

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

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

 span { border-color: rgb(56,93,203); }

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