Html Css Color HEX #435060 Cello

📋 copy color: '#435060'

red 67 ◦ green 80 ◦ blue 96

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

Shades of Cello #435060

Tints of Cello #435060

RGB

 RED value IS 67 (26.56% from 255) = 27.57%

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 27.57%
G = 32.92%
B = 39.51%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#435060 (or 0x435060) is known color: Cello. HEX triplet: 43, 50 and 60. RGB value is (67,80,96). Sum of RGB (Red+Green+Blue) = 67+80+96=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #435060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435060 is #BCAF9F. Grayscale: #4D4D4D. Windows color (decimal): -12365728 or 6312003. OLE color: 6312003.

HSL color Cylindrical-coordinate representation of color #435060: hue angle of 213.1º 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 #435060 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 80 96 -
CMYK 0.30 0.17 0 0.62
HSL 213.1º 0.18% 0.32% -
HSV(B) 213.1º 0.3% 0.38% -
XYZ 7.29 7.78 12.18 -
YUV 77.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 67 80 96 0.30 0.17 0 0.62 213.1 0.18 0.32
Hex 43 50 60 1E 11 0 3E D5 12 20
Octal 103 120 140 36 21 0 76 325 22 40
Binary 1000011 1010000 1100000 11110 10001 0 111110 11010101 10010 100000

Color Harmonies of #435060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435060

Black with #435060

Text Example


Text Example

White with #435060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435060; }

 p { color: rgb(67,80,96); }

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

background-color css

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

 a { background-color: rgb(67,80,96); }

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

border-color css

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

 span { border-color: rgb(67,80,96); }

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