Html Css Color HEX #445DBA Free Speech Blue

📋 copy color: '#445DBA'

red 68 ◦ green 93 ◦ blue 186

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

Shades of Free Speech Blue #445DBA

Tints of Free Speech Blue #445DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 19.6%
G = 26.8%
B = 53.6%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#445DBA (or 0x445DBA) is known color: Free Speech Blue. HEX triplet: 44, 5D and BA. RGB value is (68,93,186). Sum of RGB (Red+Green+Blue) = 68+93+186=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #445DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DBA is #BBA245. Grayscale: #5F5F5F. Windows color (decimal): -12296774 or 12213572. OLE color: 12213572.

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

Color convert

RGB 68 93 186 -
CMYK 0.63 0.5 0 0.27
HSL 227.29º 0.46% 0.5% -
HSV(B) 227.29º 0.63% 0.73% -
XYZ 15.16 12.6 48.09 -
YUV 96.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 68 93 186 0.63 0.5 0 0.27 227.29 0.46 0.5
Hex 44 5D BA 3F 32 0 1B E3 2E 32
Octal 104 135 272 77 62 0 33 343 56 62
Binary 1000100 1011101 10111010 111111 110010 0 11011 11100011 101110 110010

Color Harmonies of #445DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DBA

Black with #445DBA

Text Example


Text Example

White with #445DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,186); }

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

background-color css

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

 a { background-color: rgb(68,93,186); }

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

border-color css

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

 span { border-color: rgb(68,93,186); }

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