Html Css Color HEX #445364 Cello

📋 copy color: '#445364'

red 68 ◦ green 83 ◦ blue 100

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

Shades of Cello #445364

Tints of Cello #445364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 27.09%
G = 33.07%
B = 39.84%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#445364 (or 0x445364) is known color: Cello. HEX triplet: 44, 53 and 64. RGB value is (68,83,100). Sum of RGB (Red+Green+Blue) = 68+83+100=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 100 - color contains mainly: blue. Hex color #445364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445364 is #BBAC9B. Grayscale: #505050. Windows color (decimal): -12299420 or 6574916. OLE color: 6574916.

HSL color Cylindrical-coordinate representation of color #445364: hue angle of 211.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445364 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 83 100 -
CMYK 0.32 0.17 0 0.61
HSL 211.88º 0.19% 0.33% -
HSV(B) 211.88º 0.32% 0.39% -
XYZ 7.78 8.34 13.26 -
YUV 80.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 68 83 100 0.32 0.17 0 0.61 211.88 0.19 0.33
Hex 44 53 64 20 11 0 3D D4 13 21
Octal 104 123 144 40 21 0 75 324 23 41
Binary 1000100 1010011 1100100 100000 10001 0 111101 11010100 10011 100001

Color Harmonies of #445364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445364

Black with #445364

Text Example


Text Example

White with #445364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445364; }

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

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

background-color css

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

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

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

border-color css

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

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

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