#445BCB

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

Shades of Free Speech Blue #445BCB

Tints of Free Speech Blue #445BCB

Color information

#445BCB (or 0x445BCB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5B and CB. RGB value is (68,91,203). Sum of RGB (Red+Green+Blue) = 68+91+203=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #445BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BCB is #BBA434. Grayscale: #606060. Windows color (decimal): -12297269 or 13327172. OLE color: 13327172.

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

Color convert

RGB6891203-
CMYK0.670.5500.20
HSL229.78º56.49%53.14%-
HSV(B)229.78º66.5%79.61%-
XYZ16.913.0258.12-
YUV96.89187.88107.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 203 (79.69% from 255) = 56.08%
R=18.78%
G=25.14%
B=56.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68912030.670.5500.20229.7856.4953.14
Hex445BCB4337014e63835
Octal104133313103670243467065
Binary1000100101101111001011100001111011101010011100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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