Html Css Color HEX #445CCD Free Speech Blue

📋 copy color: '#445CCD'

red 68 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #445CCD

Tints of Free Speech Blue #445CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 18.63%
G = 25.21%
B = 56.16%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#445CCD (or 0x445CCD) is known color: Free Speech Blue. HEX triplet: 44, 5C and CD. RGB value is (68,92,205). Sum of RGB (Red+Green+Blue) = 68+92+205=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #445CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CCD is #BBA332. Grayscale: #616161. Windows color (decimal): -12297011 or 13458500. OLE color: 13458500.

HSL color Cylindrical-coordinate representation of color #445CCD: hue angle of 229.49º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #445CCD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 92 205 -
CMYK 0.67 0.55 0 0.20
HSL 229.49º 0.58% 0.54% -
HSV(B) 229.49º 0.67% 0.8% -
XYZ 17.23 13.29 59.41 -
YUV 97.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 68 92 205 0.67 0.55 0 0.20 229.49 0.58 0.54
Hex 44 5C CD 43 37 0 14 E5 3A 36
Octal 104 134 315 103 67 0 24 345 72 66
Binary 1000100 1011100 11001101 1000011 110111 0 10100 11100101 111010 110110

Color Harmonies of #445CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445CCD

Black with #445CCD

Text Example


Text Example

White with #445CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,205); }

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

background-color css

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

 a { background-color: rgb(68,92,205); }

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

border-color css

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

 span { border-color: rgb(68,92,205); }

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