Html Css Color HEX #295268 Chathams Blue

📋 copy color: '#295268'

red 41 ◦ green 82 ◦ blue 104

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

Shades of Chathams Blue #295268

Tints of Chathams Blue #295268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 18.06%
G = 36.12%
B = 45.81%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295268 (or 0x295268) is known color: Chathams Blue. HEX triplet: 29, 52 and 68. RGB value is (41,82,104). Sum of RGB (Red+Green+Blue) = 41+82+104=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #295268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295268 is #D6AD97. Grayscale: #484848. Windows color (decimal): -14069144 or 6836777. OLE color: 6836777.

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

Color convert

RGB 41 82 104 -
CMYK 0.61 0.21 0 0.59
HSL 200.95º 0.43% 0.28% -
HSV(B) 200.95º 0.61% 0.41% -
XYZ 6.43 7.51 14.21 -
YUV 72.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 41 82 104 0.61 0.21 0 0.59 200.95 0.43 0.28
Hex 29 52 68 3D 15 0 3B C9 2B 1C
Octal 51 122 150 75 25 0 73 311 53 34
Binary 101001 1010010 1101000 111101 10101 0 111011 11001001 101011 11100

Color Harmonies of #295268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295268

Black with #295268

Text Example


Text Example

White with #295268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295268; }

 p { color: rgb(41,82,104); }

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

background-color css

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

 a { background-color: rgb(41,82,104); }

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

border-color css

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

 span { border-color: rgb(41,82,104); }

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