Html Css Color HEX #295D71 Chathams Blue

📋 copy color: '#295D71'

red 41 ◦ green 93 ◦ blue 113

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

Shades of Chathams Blue #295D71

Tints of Chathams Blue #295D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 16.6%
G = 37.65%
B = 45.75%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295D71 (or 0x295D71) is known color: Chathams Blue. HEX triplet: 29, 5D and 71. RGB value is (41,93,113). Sum of RGB (Red+Green+Blue) = 41+93+113=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #295D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D71 is #D6A28E. Grayscale: #4F4F4F. Windows color (decimal): -14066319 or 7429417. OLE color: 7429417.

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

Color convert

RGB 41 93 113 -
CMYK 0.64 0.18 0 0.56
HSL 196.67º 0.47% 0.3% -
HSV(B) 196.67º 0.64% 0.44% -
XYZ 7.81 9.49 17.04 -
YUV 79.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 41 93 113 0.64 0.18 0 0.56 196.67 0.47 0.3
Hex 29 5D 71 40 12 0 38 C5 2F 1E
Octal 51 135 161 100 22 0 70 305 57 36
Binary 101001 1011101 1110001 1000000 10010 0 111000 11000101 101111 11110

Color Harmonies of #295D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D71

Black with #295D71

Text Example


Text Example

White with #295D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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