Html Css Color HEX #295C6E Chathams Blue

📋 copy color: '#295C6E'

red 41 ◦ green 92 ◦ blue 110

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

Shades of Chathams Blue #295C6E

Tints of Chathams Blue #295C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 16.87%
G = 37.86%
B = 45.27%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#295C6E (or 0x295C6E) is known color: Chathams Blue. HEX triplet: 29, 5C and 6E. RGB value is (41,92,110). Sum of RGB (Red+Green+Blue) = 41+92+110=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #295C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C6E is #D6A391. Grayscale: #4E4E4E. Windows color (decimal): -14066578 or 7232553. OLE color: 7232553.

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

Color convert

RGB 41 92 110 -
CMYK 0.63 0.16 0 0.57
HSL 195.65º 0.46% 0.3% -
HSV(B) 195.65º 0.63% 0.43% -
XYZ 7.56 9.25 16.14 -
YUV 78.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 41 92 110 0.63 0.16 0 0.57 195.65 0.46 0.3
Hex 29 5C 6E 3F 10 0 39 C4 2E 1E
Octal 51 134 156 77 20 0 71 304 56 36
Binary 101001 1011100 1101110 111111 10000 0 111001 11000100 101110 11110

Color Harmonies of #295C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C6E

Black with #295C6E

Text Example


Text Example

White with #295C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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