Html Css Color HEX #295D73 Chathams Blue

📋 copy color: '#295D73'

red 41 ◦ green 93 ◦ blue 115

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

Shades of Chathams Blue #295D73

Tints of Chathams Blue #295D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 16.47%
G = 37.35%
B = 46.18%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295D73 (or 0x295D73) is known color: Chathams Blue. HEX triplet: 29, 5D and 73. RGB value is (41,93,115). Sum of RGB (Red+Green+Blue) = 41+93+115=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #295D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D73 is #D6A28C. Grayscale: #4F4F4F. Windows color (decimal): -14066317 or 7560489. OLE color: 7560489.

HSL color Cylindrical-coordinate representation of color #295D73: hue angle of 197.84º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295D73 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 93 115 -
CMYK 0.64 0.19 0 0.55
HSL 197.84º 0.47% 0.31% -
HSV(B) 197.84º 0.64% 0.45% -
XYZ 7.92 9.54 17.64 -
YUV 79.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 41 93 115 0.64 0.19 0 0.55 197.84 0.47 0.31
Hex 29 5D 73 40 13 0 37 C6 2F 1F
Octal 51 135 163 100 23 0 67 306 57 37
Binary 101001 1011101 1110011 1000000 10011 0 110111 11000110 101111 11111

Color Harmonies of #295D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D73

Black with #295D73

Text Example


Text Example

White with #295D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,115); }

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

background-color css

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

 a { background-color: rgb(41,93,115); }

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

border-color css

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

 span { border-color: rgb(41,93,115); }

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