Html Css Color HEX #444CCB Free Speech Blue

📋 copy color: '#444CCB'

red 68 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #444CCB

Tints of Free Speech Blue #444CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 19.6%
G = 21.9%
B = 58.5%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#444CCB (or 0x444CCB) is known color: Free Speech Blue. HEX triplet: 44, 4C and CB. RGB value is (68,76,203). Sum of RGB (Red+Green+Blue) = 68+76+203=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #444CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCB is #BBB334. Grayscale: #575757. Windows color (decimal): -12301109 or 13323332. OLE color: 13323332.

HSL color Cylindrical-coordinate representation of color #444CCB: hue angle of 236.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444CCB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 76 203 -
CMYK 0.67 0.63 0 0.20
HSL 236.44º 0.56% 0.53% -
HSV(B) 236.44º 0.67% 0.8% -
XYZ 15.75 10.71 57.74 -
YUV 88.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 68 76 203 0.67 0.63 0 0.20 236.44 0.56 0.53
Hex 44 4C CB 43 3F 0 14 EC 38 35
Octal 104 114 313 103 77 0 24 354 70 65
Binary 1000100 1001100 11001011 1000011 111111 0 10100 11101100 111000 110101

Color Harmonies of #444CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CCB

Black with #444CCB

Text Example


Text Example

White with #444CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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