Html Css Color HEX #445FB9 Free Speech Blue

📋 copy color: '#445FB9'

red 68 ◦ green 95 ◦ blue 185

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

Shades of Free Speech Blue #445FB9

Tints of Free Speech Blue #445FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 19.54%
G = 27.3%
B = 53.16%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#445FB9 (or 0x445FB9) is known color: Free Speech Blue. HEX triplet: 44, 5F and B9. RGB value is (68,95,185). Sum of RGB (Red+Green+Blue) = 68+95+185=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #445FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FB9 is #BBA046. Grayscale: #606060. Windows color (decimal): -12296263 or 12148548. OLE color: 12148548.

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

Color convert

RGB 68 95 185 -
CMYK 0.63 0.49 0 0.27
HSL 226.15º 0.46% 0.5% -
HSV(B) 226.15º 0.63% 0.73% -
XYZ 15.23 12.92 47.59 -
YUV 97.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 68 95 185 0.63 0.49 0 0.27 226.15 0.46 0.5
Hex 44 5F B9 3F 31 0 1B E2 2E 32
Octal 104 137 271 77 61 0 33 342 56 62
Binary 1000100 1011111 10111001 111111 110001 0 11011 11100010 101110 110010

Color Harmonies of #445FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FB9

Black with #445FB9

Text Example


Text Example

White with #445FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,185); }

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

background-color css

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

 a { background-color: rgb(68,95,185); }

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

border-color css

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

 span { border-color: rgb(68,95,185); }

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