Html Css Color HEX #295C6D Chathams Blue

📋 copy color: '#295C6D'

red 41 ◦ green 92 ◦ blue 109

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

Shades of Chathams Blue #295C6D

Tints of Chathams Blue #295C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 16.94%
G = 38.02%
B = 45.04%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#295C6D (or 0x295C6D) is known color: Chathams Blue. HEX triplet: 29, 5C and 6D. RGB value is (41,92,109). Sum of RGB (Red+Green+Blue) = 41+92+109=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #295C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C6D is #D6A392. Grayscale: #4E4E4E. Windows color (decimal): -14066579 or 7167017. OLE color: 7167017.

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

Color convert

RGB 41 92 109 -
CMYK 0.62 0.16 0 0.57
HSL 195º 0.45% 0.29% -
HSV(B) 195º 0.62% 0.43% -
XYZ 7.5 9.23 15.85 -
YUV 78.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 41 92 109 0.62 0.16 0 0.57 195 0.45 0.29
Hex 29 5C 6D 3E 10 0 39 C3 2D 1D
Octal 51 134 155 76 20 0 71 303 55 35
Binary 101001 1011100 1101101 111110 10000 0 111001 11000011 101101 11101

Color Harmonies of #295C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C6D

Black with #295C6D

Text Example


Text Example

White with #295C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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