Html Css Color HEX #295069 Chathams Blue

📋 copy color: '#295069'

red 41 ◦ green 80 ◦ blue 105

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

Shades of Chathams Blue #295069

Tints of Chathams Blue #295069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 18.14%
G = 35.4%
B = 46.46%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295069 (or 0x295069) is known color: Chathams Blue. HEX triplet: 29, 50 and 69. RGB value is (41,80,105). Sum of RGB (Red+Green+Blue) = 41+80+105=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #295069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295069 is #D6AF96. Grayscale: #474747. Windows color (decimal): -14069655 or 6901801. OLE color: 6901801.

HSL color Cylindrical-coordinate representation of color #295069: hue angle of 203.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295069 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 80 105 -
CMYK 0.61 0.24 0 0.59
HSL 203.44º 0.44% 0.29% -
HSV(B) 203.44º 0.61% 0.41% -
XYZ 6.33 7.23 14.43 -
YUV 71.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 41 80 105 0.61 0.24 0 0.59 203.44 0.44 0.29
Hex 29 50 69 3D 18 0 3B CB 2C 1D
Octal 51 120 151 75 30 0 73 313 54 35
Binary 101001 1010000 1101001 111101 11000 0 111011 11001011 101100 11101

Color Harmonies of #295069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295069

Black with #295069

Text Example


Text Example

White with #295069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295069; }

 p { color: rgb(41,80,105); }

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

background-color css

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

 a { background-color: rgb(41,80,105); }

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

border-color css

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

 span { border-color: rgb(41,80,105); }

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