Html Css Color HEX #444CCA Free Speech Blue

📋 copy color: '#444CCA'

red 68 ◦ green 76 ◦ blue 202

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

Shades of Free Speech Blue #444CCA

Tints of Free Speech Blue #444CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 202 (79.3% from 255) = 58.38%

R = 19.65%
G = 21.97%
B = 58.38%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#444CCA (or 0x444CCA) is known color: Free Speech Blue. HEX triplet: 44, 4C and CA. RGB value is (68,76,202). Sum of RGB (Red+Green+Blue) = 68+76+202=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #444CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCA is #BBB335. Grayscale: #575757. Windows color (decimal): -12301110 or 13257796. OLE color: 13257796.

HSL color Cylindrical-coordinate representation of color #444CCA: hue angle of 236.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444CCA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 76 202 -
CMYK 0.66 0.62 0 0.21
HSL 236.42º 0.56% 0.53% -
HSV(B) 236.42º 0.66% 0.79% -
XYZ 15.63 10.66 57.11 -
YUV 87.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 68 76 202 0.66 0.62 0 0.21 236.42 0.56 0.53
Hex 44 4C CA 42 3E 0 15 EC 38 35
Octal 104 114 312 102 76 0 25 354 70 65
Binary 1000100 1001100 11001010 1000010 111110 0 10101 11101100 111000 110101

Color Harmonies of #444CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CCA

Black with #444CCA

Text Example


Text Example

White with #444CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444CCA; }

 p { color: rgb(68,76,202); }

 H1.HeaderClassName
 {
   color: #444CCA;
 }
 .AnyTagClassName
 {
   color: #444CCA;
 }
</style>

background-color css

<style>
 a { background-color: #444CCA; }

 a { background-color: rgb(68,76,202); }

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

border-color css

<style>
 span { border-color: #444CCA; }

 span { border-color: rgb(68,76,202); }

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