Html Css Color HEX #295866 Chathams Blue

📋 copy color: '#295866'

red 41 ◦ green 88 ◦ blue 102

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

Shades of Chathams Blue #295866

Tints of Chathams Blue #295866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 17.75%
G = 38.1%
B = 44.16%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295866 (or 0x295866) is known color: Chathams Blue. HEX triplet: 29, 58 and 66. RGB value is (41,88,102). Sum of RGB (Red+Green+Blue) = 41+88+102=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #295866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295866 is #D6A799. Grayscale: #4B4B4B. Windows color (decimal): -14067610 or 6707241. OLE color: 6707241.

HSL color Cylindrical-coordinate representation of color #295866: hue angle of 193.77º 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 #295866 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 88 102 -
CMYK 0.60 0.14 0 0.6
HSL 193.77º 0.43% 0.28% -
HSV(B) 193.77º 0.6% 0.4% -
XYZ 6.8 8.41 13.84 -
YUV 75.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 41 88 102 0.60 0.14 0 0.6 193.77 0.43 0.28
Hex 29 58 66 3C E 0 3C C2 2B 1C
Octal 51 130 146 74 16 0 74 302 53 34
Binary 101001 1011000 1100110 111100 1110 0 111100 11000010 101011 11100

Color Harmonies of #295866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295866

Black with #295866

Text Example


Text Example

White with #295866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295866; }

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

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

background-color css

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

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

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

border-color css

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

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

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