Html Css Color HEX #295A6D Chathams Blue

📋 copy color: '#295A6D'

red 41 ◦ green 90 ◦ blue 109

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

Shades of Chathams Blue #295A6D

Tints of Chathams Blue #295A6D

RGB

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

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

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

R = 17.08%
G = 37.5%
B = 45.42%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#295A6D (or 0x295A6D) is known color: Chathams Blue. HEX triplet: 29, 5A and 6D. RGB value is (41,90,109). Sum of RGB (Red+Green+Blue) = 41+90+109=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #295A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6D is #D6A592. Grayscale: #4D4D4D. Windows color (decimal): -14067091 or 7166505. OLE color: 7166505.

HSL color Cylindrical-coordinate representation of color #295A6D: hue angle of 196.76º 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 #295A6D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 90 109 -
CMYK 0.62 0.17 0 0.57
HSL 196.76º 0.45% 0.29% -
HSV(B) 196.76º 0.62% 0.43% -
XYZ 7.33 8.89 15.8 -
YUV 77.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 41 90 109 0.62 0.17 0 0.57 196.76 0.45 0.29
Hex 29 5A 6D 3E 11 0 39 C5 2D 1D
Octal 51 132 155 76 21 0 71 305 55 35
Binary 101001 1011010 1101101 111110 10001 0 111001 11000101 101101 11101

Color Harmonies of #295A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A6D

Black with #295A6D

Text Example


Text Example

White with #295A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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