#405BCB

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

Shades of Free Speech Blue #405BCB

Tints of Free Speech Blue #405BCB

Color information

#405BCB (or 0x405BCB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5B and CB. RGB value is (64,91,203). Sum of RGB (Red+Green+Blue) = 64+91+203=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #405BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BCB is #BFA434. Grayscale: #5F5F5F. Windows color (decimal): -12559413 or 13327168. OLE color: 13327168.

HSL color Cylindrical-coordinate representation of color #405BCB: hue angle of 228.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #405BCB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6491203-
CMYK0.680.5500.20
HSL228.35º57.2%52.35%-
HSV(B)228.35º68.47%79.61%-
XYZ16.6312.8858.11-
YUV95.7188.55105.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=17.88%
G=25.42%
B=56.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64912030.680.5500.20228.3557.252.35
Hex405BCB4437014e43934
Octal100133313104670243447164
Binary1000000101101111001011100010011011101010011100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405BCB; }

 p { color: rgb(64,91,203); }

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

<style>
 a { background-color: #405BCB; }

 a { background-color: rgb(64,91,203); }

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

<style>
 span { border-color: #405BCB; }

 span { border-color: rgb(64,91,203); }

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