Html Css Color HEX #445EBB Free Speech Blue

📋 copy color: '#445EBB'

red 68 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Blue #445EBB

Tints of Free Speech Blue #445EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

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

R = 19.48%
G = 26.93%
B = 53.58%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#445EBB (or 0x445EBB) is known color: Free Speech Blue. HEX triplet: 44, 5E and BB. RGB value is (68,94,187). Sum of RGB (Red+Green+Blue) = 68+94+187=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #445EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EBB is #BBA144. Grayscale: #606060. Windows color (decimal): -12296517 or 12279364. OLE color: 12279364.

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

Color convert

RGB 68 94 187 -
CMYK 0.64 0.50 0 0.27
HSL 226.89º 0.47% 0.5% -
HSV(B) 226.89º 0.64% 0.73% -
XYZ 15.36 12.82 48.68 -
YUV 96.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 68 94 187 0.64 0.50 0 0.27 226.89 0.47 0.5
Hex 44 5E BB 40 32 0 1B E3 2F 32
Octal 104 136 273 100 62 0 33 343 57 62
Binary 1000100 1011110 10111011 1000000 110010 0 11011 11100011 101111 110010

Color Harmonies of #445EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EBB

Black with #445EBB

Text Example


Text Example

White with #445EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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