Html Css Color HEX #295766 Chathams Blue

📋 copy color: '#295766'

red 41 ◦ green 87 ◦ blue 102

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

Shades of Chathams Blue #295766

Tints of Chathams Blue #295766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 102 (40.23% from 255) = 44.35%

R = 17.83%
G = 37.83%
B = 44.35%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295766 (or 0x295766) is known color: Chathams Blue. HEX triplet: 29, 57 and 66. RGB value is (41,87,102). Sum of RGB (Red+Green+Blue) = 41+87+102=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #295766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295766 is #D6A899. Grayscale: #4A4A4A. Windows color (decimal): -14067866 or 6706985. OLE color: 6706985.

HSL color Cylindrical-coordinate representation of color #295766: hue angle of 194.75º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295766 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 87 102 -
CMYK 0.60 0.15 0 0.6
HSL 194.75º 0.43% 0.28% -
HSV(B) 194.75º 0.6% 0.4% -
XYZ 6.72 8.25 13.81 -
YUV 74.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 41 87 102 0.60 0.15 0 0.6 194.75 0.43 0.28
Hex 29 57 66 3C F 0 3C C3 2B 1C
Octal 51 127 146 74 17 0 74 303 53 34
Binary 101001 1010111 1100110 111100 1111 0 111100 11000011 101011 11100

Color Harmonies of #295766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295766

Black with #295766

Text Example


Text Example

White with #295766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295766; }

 p { color: rgb(41,87,102); }

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

background-color css

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

 a { background-color: rgb(41,87,102); }

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

border-color css

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

 span { border-color: rgb(41,87,102); }

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