Html Css Color HEX #445ABB Free Speech Blue

📋 copy color: '#445ABB'

red 68 ◦ green 90 ◦ blue 187

#445ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #445ABB

Tints of Free Speech Blue #445ABB

RGB

 RED value IS 68 (26.95% from 255) = 19.71%

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 19.71%
G = 26.09%
B = 54.2%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#445ABB (or 0x445ABB) is known color: Free Speech Blue. HEX triplet: 44, 5A and BB. RGB value is (68,90,187). Sum of RGB (Red+Green+Blue) = 68+90+187=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #445ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ABB is #BBA544. Grayscale: #5E5E5E. Windows color (decimal): -12297541 or 12278340. OLE color: 12278340.

HSL color Cylindrical-coordinate representation of color #445ABB: hue angle of 228.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445ABB is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 90 187 -
CMYK 0.64 0.52 0 0.27
HSL 228.91º 0.47% 0.5% -
HSV(B) 228.91º 0.64% 0.73% -
XYZ 15.01 12.13 48.56 -
YUV 94.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 68 90 187 0.64 0.52 0 0.27 228.91 0.47 0.5
Hex 44 5A BB 40 34 0 1B E5 2F 32
Octal 104 132 273 100 64 0 33 345 57 62
Binary 1000100 1011010 10111011 1000000 110100 0 11011 11100101 101111 110010

Color Harmonies of #445ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445ABB

Black with #445ABB

Text Example


Text Example

White with #445ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,90,187); }

 H1.HeaderClassName
 {
   color: #445ABB;
 }
 .AnyTagClassName
 {
   color: #445ABB;
 }
</style>

background-color css

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

 a { background-color: rgb(68,90,187); }

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

border-color css

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

 span { border-color: rgb(68,90,187); }

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