Html Css Color HEX #445FBB Free Speech Blue

📋 copy color: '#445FBB'

red 68 ◦ green 95 ◦ blue 187

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

Shades of Free Speech Blue #445FBB

Tints of Free Speech Blue #445FBB

RGB

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

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

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

R = 19.43%
G = 27.14%
B = 53.43%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#445FBB (or 0x445FBB) is known color: Free Speech Blue. HEX triplet: 44, 5F and BB. RGB value is (68,95,187). Sum of RGB (Red+Green+Blue) = 68+95+187=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #445FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FBB is #BBA044. Grayscale: #616161. Windows color (decimal): -12296261 or 12279620. OLE color: 12279620.

HSL color Cylindrical-coordinate representation of color #445FBB: hue angle of 226.39º 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 #445FBB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 95 187 -
CMYK 0.64 0.49 0 0.27
HSL 226.39º 0.47% 0.5% -
HSV(B) 226.39º 0.64% 0.73% -
XYZ 15.45 13 48.71 -
YUV 97.42 178.55 107.02 -
System Red Green Blue C M Y K H S L
Decimal 68 95 187 0.64 0.49 0 0.27 226.39 0.47 0.5
Hex 44 5F BB 40 31 0 1B E2 2F 32
Octal 104 137 273 100 61 0 33 342 57 62
Binary 1000100 1011111 10111011 1000000 110001 0 11011 11100010 101111 110010

Color Harmonies of #445FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FBB

Black with #445FBB

Text Example


Text Example

White with #445FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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