Html Css Color HEX #295A70 Chathams Blue

📋 copy color: '#295A70'

red 41 ◦ green 90 ◦ blue 112

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

Shades of Chathams Blue #295A70

Tints of Chathams Blue #295A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 16.87%
G = 37.04%
B = 46.09%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295A70 (or 0x295A70) is known color: Chathams Blue. HEX triplet: 29, 5A and 70. RGB value is (41,90,112). Sum of RGB (Red+Green+Blue) = 41+90+112=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #295A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A70 is #D6A58F. Grayscale: #4D4D4D. Windows color (decimal): -14067088 or 7363113. OLE color: 7363113.

HSL color Cylindrical-coordinate representation of color #295A70: hue angle of 198.59º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295A70 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 90 112 -
CMYK 0.63 0.20 0 0.56
HSL 198.59º 0.46% 0.3% -
HSV(B) 198.59º 0.63% 0.44% -
XYZ 7.5 8.95 16.66 -
YUV 77.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 41 90 112 0.63 0.20 0 0.56 198.59 0.46 0.3
Hex 29 5A 70 3F 14 0 38 C7 2E 1E
Octal 51 132 160 77 24 0 70 307 56 36
Binary 101001 1011010 1110000 111111 10100 0 111000 11000111 101110 11110

Color Harmonies of #295A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A70

Black with #295A70

Text Example


Text Example

White with #295A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,112); }

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

background-color css

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

 a { background-color: rgb(41,90,112); }

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

border-color css

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

 span { border-color: rgb(41,90,112); }

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