Html Css Color HEX #295A6B Chathams Blue

📋 copy color: '#295A6B'

red 41 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #295A6B

Tints of Chathams Blue #295A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 17.23%
G = 37.82%
B = 44.96%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#295A6B (or 0x295A6B) is known color: Chathams Blue. HEX triplet: 29, 5A and 6B. RGB value is (41,90,107). Sum of RGB (Red+Green+Blue) = 41+90+107=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #295A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6B is #D6A594. Grayscale: #4D4D4D. Windows color (decimal): -14067093 or 7035433. OLE color: 7035433.

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

Color convert

RGB 41 90 107 -
CMYK 0.62 0.16 0 0.58
HSL 195.45º 0.45% 0.29% -
HSV(B) 195.45º 0.62% 0.42% -
XYZ 7.22 8.85 15.24 -
YUV 77.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 41 90 107 0.62 0.16 0 0.58 195.45 0.45 0.29
Hex 29 5A 6B 3E 10 0 3A C3 2D 1D
Octal 51 132 153 76 20 0 72 303 55 35
Binary 101001 1011010 1101011 111110 10000 0 111010 11000011 101101 11101

Color Harmonies of #295A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A6B

Black with #295A6B

Text Example


Text Example

White with #295A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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