Html Css Color HEX #295C73 Chathams Blue

📋 copy color: '#295C73'

red 41 ◦ green 92 ◦ blue 115

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

Shades of Chathams Blue #295C73

Tints of Chathams Blue #295C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

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

R = 16.53%
G = 37.1%
B = 46.37%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295C73 (or 0x295C73) is known color: Chathams Blue. HEX triplet: 29, 5C and 73. RGB value is (41,92,115). Sum of RGB (Red+Green+Blue) = 41+92+115=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #295C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C73 is #D6A38C. Grayscale: #4F4F4F. Windows color (decimal): -14066573 or 7560233. OLE color: 7560233.

HSL color Cylindrical-coordinate representation of color #295C73: hue angle of 198.65º 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 #295C73 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 92 115 -
CMYK 0.64 0.20 0 0.55
HSL 198.65º 0.47% 0.31% -
HSV(B) 198.65º 0.64% 0.45% -
XYZ 7.84 9.36 17.61 -
YUV 79.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 41 92 115 0.64 0.20 0 0.55 198.65 0.47 0.31
Hex 29 5C 73 40 14 0 37 C7 2F 1F
Octal 51 134 163 100 24 0 67 307 57 37
Binary 101001 1011100 1110011 1000000 10100 0 110111 11000111 101111 11111

Color Harmonies of #295C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C73

Black with #295C73

Text Example


Text Example

White with #295C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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