#385ACB

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

Shades of Free Speech Blue #385ACB

Tints of Free Speech Blue #385ACB

Color information

#385ACB (or 0x385ACB) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5A and CB. RGB value is (56,90,203). Sum of RGB (Red+Green+Blue) = 56+90+203=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #385ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACB is #C7A534. Grayscale: #5C5C5C. Windows color (decimal): -13083957 or 13326904. OLE color: 13326904.

HSL color Cylindrical-coordinate representation of color #385ACB: hue angle of 226.12º 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 #385ACB is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5690203-
CMYK0.720.5600.20
HSL226.12º58.57%50.78%-
HSV(B)226.12º72.41%79.61%-
XYZ16.0712.4658.06-
YUV92.72190.24101.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=16.05%
G=25.79%
B=58.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56902030.720.5600.20226.1258.5750.78
Hex385ACB4838014e23b33
Octal70132313110700243427363
Binary111000101101011001011100100011100001010011100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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