Html Css Color HEX #40536A Cello

📋 copy color: '#40536A'

red 64 ◦ green 83 ◦ blue 106

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

Shades of Cello #40536A

Tints of Cello #40536A

RGB

 RED value IS 64 (25.39% from 255) = 25.3%

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

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 25.3%
G = 32.81%
B = 41.9%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40536A (or 0x40536A) is known color: Cello. HEX triplet: 40, 53 and 6A. RGB value is (64,83,106). Sum of RGB (Red+Green+Blue) = 64+83+106=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #40536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40536A is #BFAC95. Grayscale: #4F4F4F. Windows color (decimal): -12561558 or 6968128. OLE color: 6968128.

HSL color Cylindrical-coordinate representation of color #40536A: hue angle of 212.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40536A is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 83 106 -
CMYK 0.40 0.22 0 0.58
HSL 212.86º 0.25% 0.33% -
HSV(B) 212.86º 0.4% 0.42% -
XYZ 7.81 8.32 14.83 -
YUV 79.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 64 83 106 0.40 0.22 0 0.58 212.86 0.25 0.33
Hex 40 53 6A 28 16 0 3A D5 19 21
Octal 100 123 152 50 26 0 72 325 31 41
Binary 1000000 1010011 1101010 101000 10110 0 111010 11010101 11001 100001

Color Harmonies of #40536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40536A

Black with #40536A

Text Example


Text Example

White with #40536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40536A; }

 p { color: rgb(64,83,106); }

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

background-color css

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

 a { background-color: rgb(64,83,106); }

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

border-color css

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

 span { border-color: rgb(64,83,106); }

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