Html Css Color HEX #295C71 Chathams Blue

📋 copy color: '#295C71'

red 41 ◦ green 92 ◦ blue 113

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

Shades of Chathams Blue #295C71

Tints of Chathams Blue #295C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

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

R = 16.67%
G = 37.4%
B = 45.93%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295C71 (or 0x295C71) is known color: Chathams Blue. HEX triplet: 29, 5C and 71. RGB value is (41,92,113). Sum of RGB (Red+Green+Blue) = 41+92+113=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #295C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C71 is #D6A38E. Grayscale: #4F4F4F. Windows color (decimal): -14066575 or 7429161. OLE color: 7429161.

HSL color Cylindrical-coordinate representation of color #295C71: hue angle of 197.5º 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 #295C71 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 92 113 -
CMYK 0.64 0.19 0 0.56
HSL 197.5º 0.47% 0.3% -
HSV(B) 197.5º 0.64% 0.44% -
XYZ 7.72 9.32 17.01 -
YUV 79.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 41 92 113 0.64 0.19 0 0.56 197.5 0.47 0.3
Hex 29 5C 71 40 13 0 38 C6 2F 1E
Octal 51 134 161 100 23 0 70 306 57 36
Binary 101001 1011100 1110001 1000000 10011 0 111000 11000110 101111 11110

Color Harmonies of #295C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C71

Black with #295C71

Text Example


Text Example

White with #295C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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