Html Css Color HEX #295974 Chathams Blue

📋 copy color: '#295974'

red 41 ◦ green 89 ◦ blue 116

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

Shades of Chathams Blue #295974

Tints of Chathams Blue #295974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 16.67%
G = 36.18%
B = 47.15%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295974 (or 0x295974) is known color: Chathams Blue. HEX triplet: 29, 59 and 74. RGB value is (41,89,116). Sum of RGB (Red+Green+Blue) = 41+89+116=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #295974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295974 is #D6A68B. Grayscale: #4D4D4D. Windows color (decimal): -14067340 or 7625001. OLE color: 7625001.

HSL color Cylindrical-coordinate representation of color #295974: hue angle of 201.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295974 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 89 116 -
CMYK 0.65 0.23 0 0.55
HSL 201.6º 0.48% 0.31% -
HSV(B) 201.6º 0.65% 0.45% -
XYZ 7.64 8.88 17.83 -
YUV 77.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 41 89 116 0.65 0.23 0 0.55 201.6 0.48 0.31
Hex 29 59 74 41 17 0 37 CA 30 1F
Octal 51 131 164 101 27 0 67 312 60 37
Binary 101001 1011001 1110100 1000001 10111 0 110111 11001010 110000 11111

Color Harmonies of #295974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295974

Black with #295974

Text Example


Text Example

White with #295974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295974; }

 p { color: rgb(41,89,116); }

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

background-color css

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

 a { background-color: rgb(41,89,116); }

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

border-color css

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

 span { border-color: rgb(41,89,116); }

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