Html Css Color HEX #295A6E Chathams Blue

📋 copy color: '#295A6E'

red 41 ◦ green 90 ◦ blue 110

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

Shades of Chathams Blue #295A6E

Tints of Chathams Blue #295A6E

RGB

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

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

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

R = 17.01%
G = 37.34%
B = 45.64%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#295A6E (or 0x295A6E) is known color: Chathams Blue. HEX triplet: 29, 5A and 6E. RGB value is (41,90,110). Sum of RGB (Red+Green+Blue) = 41+90+110=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #295A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6E is #D6A591. Grayscale: #4D4D4D. Windows color (decimal): -14067090 or 7232041. OLE color: 7232041.

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

Color convert

RGB 41 90 110 -
CMYK 0.63 0.18 0 0.57
HSL 197.39º 0.46% 0.3% -
HSV(B) 197.39º 0.63% 0.43% -
XYZ 7.39 8.91 16.08 -
YUV 77.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 41 90 110 0.63 0.18 0 0.57 197.39 0.46 0.3
Hex 29 5A 6E 3F 12 0 39 C5 2E 1E
Octal 51 132 156 77 22 0 71 305 56 36
Binary 101001 1011010 1101110 111111 10010 0 111001 11000101 101110 11110

Color Harmonies of #295A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A6E

Black with #295A6E

Text Example


Text Example

White with #295A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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