Html Css Color HEX #295A69 Chathams Blue

📋 copy color: '#295A69'

red 41 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #295A69

Tints of Chathams Blue #295A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 17.37%
G = 38.14%
B = 44.49%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295A69 (or 0x295A69) is known color: Chathams Blue. HEX triplet: 29, 5A and 69. RGB value is (41,90,105). Sum of RGB (Red+Green+Blue) = 41+90+105=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #295A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A69 is #D6A596. Grayscale: #4C4C4C. Windows color (decimal): -14067095 or 6904361. OLE color: 6904361.

HSL color Cylindrical-coordinate representation of color #295A69: hue angle of 194.06º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295A69 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 90 105 -
CMYK 0.61 0.14 0 0.59
HSL 194.06º 0.44% 0.29% -
HSV(B) 194.06º 0.61% 0.41% -
XYZ 7.12 8.8 14.69 -
YUV 77.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 41 90 105 0.61 0.14 0 0.59 194.06 0.44 0.29
Hex 29 5A 69 3D E 0 3B C2 2C 1D
Octal 51 132 151 75 16 0 73 302 54 35
Binary 101001 1011010 1101001 111101 1110 0 111011 11000010 101100 11101

Color Harmonies of #295A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A69

Black with #295A69

Text Example


Text Example

White with #295A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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