Html Css Color HEX #445361 Cello

📋 copy color: '#445361'

red 68 ◦ green 83 ◦ blue 97

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

Shades of Cello #445361

Tints of Cello #445361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 27.42%
G = 33.47%
B = 39.11%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445361 (or 0x445361) is known color: Cello. HEX triplet: 44, 53 and 61. RGB value is (68,83,97). Sum of RGB (Red+Green+Blue) = 68+83+97=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #445361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445361 is #BBAC9E. Grayscale: #505050. Windows color (decimal): -12299423 or 6378308. OLE color: 6378308.

HSL color Cylindrical-coordinate representation of color #445361: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445361 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 83 97 -
CMYK 0.30 0.14 0 0.62
HSL 208.97º 0.18% 0.32% -
HSV(B) 208.97º 0.3% 0.38% -
XYZ 7.63 8.28 12.5 -
YUV 80.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 68 83 97 0.30 0.14 0 0.62 208.97 0.18 0.32
Hex 44 53 61 1E E 0 3E D1 12 20
Octal 104 123 141 36 16 0 76 321 22 40
Binary 1000100 1010011 1100001 11110 1110 0 111110 11010001 10010 100000

Color Harmonies of #445361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445361

Black with #445361

Text Example


Text Example

White with #445361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445361; }

 p { color: rgb(68,83,97); }

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

background-color css

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

 a { background-color: rgb(68,83,97); }

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

border-color css

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

 span { border-color: rgb(68,83,97); }

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