Html Css Color HEX #295D72 Chathams Blue

📋 copy color: '#295D72'

red 41 ◦ green 93 ◦ blue 114

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

Shades of Chathams Blue #295D72

Tints of Chathams Blue #295D72

RGB

 RED value IS 41 (16.41% from 255) = 16.53%

 GREEN value IS 93 (36.72% from 255) = 37.5%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 16.53%
G = 37.5%
B = 45.97%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295D72 (or 0x295D72) is known color: Chathams Blue. HEX triplet: 29, 5D and 72. RGB value is (41,93,114). Sum of RGB (Red+Green+Blue) = 41+93+114=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #295D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D72 is #D6A28D. Grayscale: #4F4F4F. Windows color (decimal): -14066318 or 7494953. OLE color: 7494953.

HSL color Cylindrical-coordinate representation of color #295D72: hue angle of 197.26º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295D72 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 93 114 -
CMYK 0.64 0.18 0 0.55
HSL 197.26º 0.47% 0.3% -
HSV(B) 197.26º 0.64% 0.45% -
XYZ 7.87 9.52 17.34 -
YUV 79.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 41 93 114 0.64 0.18 0 0.55 197.26 0.47 0.3
Hex 29 5D 72 40 12 0 37 C5 2F 1E
Octal 51 135 162 100 22 0 67 305 57 36
Binary 101001 1011101 1110010 1000000 10010 0 110111 11000101 101111 11110

Color Harmonies of #295D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D72

Black with #295D72

Text Example


Text Example

White with #295D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D72; }

 p { color: rgb(41,93,114); }

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

background-color css

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

 a { background-color: rgb(41,93,114); }

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

border-color css

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

 span { border-color: rgb(41,93,114); }

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