Html Css Color HEX #295972 Chathams Blue

📋 copy color: '#295972'

red 41 ◦ green 89 ◦ blue 114

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

Shades of Chathams Blue #295972

Tints of Chathams Blue #295972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 16.8%
G = 36.48%
B = 46.72%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295972 (or 0x295972) is known color: Chathams Blue. HEX triplet: 29, 59 and 72. RGB value is (41,89,114). Sum of RGB (Red+Green+Blue) = 41+89+114=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #295972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295972 is #D6A68D. Grayscale: #4D4D4D. Windows color (decimal): -14067342 or 7493929. OLE color: 7493929.

HSL color Cylindrical-coordinate representation of color #295972: hue angle of 200.55º 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 #295972 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 89 114 -
CMYK 0.64 0.22 0 0.55
HSL 200.55º 0.47% 0.3% -
HSV(B) 200.55º 0.64% 0.45% -
XYZ 7.52 8.83 17.23 -
YUV 77.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 41 89 114 0.64 0.22 0 0.55 200.55 0.47 0.3
Hex 29 59 72 40 16 0 37 C9 2F 1E
Octal 51 131 162 100 26 0 67 311 57 36
Binary 101001 1011001 1110010 1000000 10110 0 110111 11001001 101111 11110

Color Harmonies of #295972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295972

Black with #295972

Text Example


Text Example

White with #295972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295972; }

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

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

background-color css

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

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

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

border-color css

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

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

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