Html Css Color HEX #295267 Chathams Blue

📋 copy color: '#295267'

red 41 ◦ green 82 ◦ blue 103

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

Shades of Chathams Blue #295267

Tints of Chathams Blue #295267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 18.14%
G = 36.28%
B = 45.58%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295267 (or 0x295267) is known color: Chathams Blue. HEX triplet: 29, 52 and 67. RGB value is (41,82,103). Sum of RGB (Red+Green+Blue) = 41+82+103=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #295267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295267 is #D6AD98. Grayscale: #484848. Windows color (decimal): -14069145 or 6771241. OLE color: 6771241.

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

Color convert

RGB 41 82 103 -
CMYK 0.60 0.20 0 0.60
HSL 200.32º 0.43% 0.28% -
HSV(B) 200.32º 0.6% 0.4% -
XYZ 6.38 7.49 13.94 -
YUV 72.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 41 82 103 0.60 0.20 0 0.60 200.32 0.43 0.28
Hex 29 52 67 3C 14 0 3C C8 2B 1C
Octal 51 122 147 74 24 0 74 310 53 34
Binary 101001 1010010 1100111 111100 10100 0 111100 11001000 101011 11100

Color Harmonies of #295267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295267

Black with #295267

Text Example


Text Example

White with #295267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295267; }

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

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

background-color css

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

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

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

border-color css

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

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

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