Html Css Color HEX #295368 Chathams Blue

📋 copy color: '#295368'

red 41 ◦ green 83 ◦ blue 104

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

Shades of Chathams Blue #295368

Tints of Chathams Blue #295368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 17.98%
G = 36.4%
B = 45.61%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295368 (or 0x295368) is known color: Chathams Blue. HEX triplet: 29, 53 and 68. RGB value is (41,83,104). Sum of RGB (Red+Green+Blue) = 41+83+104=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #295368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295368 is #D6AC97. Grayscale: #484848. Windows color (decimal): -14068888 or 6837033. OLE color: 6837033.

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

Color convert

RGB 41 83 104 -
CMYK 0.61 0.20 0 0.59
HSL 200º 0.43% 0.28% -
HSV(B) 200º 0.61% 0.41% -
XYZ 6.51 7.66 14.23 -
YUV 72.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 41 83 104 0.61 0.20 0 0.59 200 0.43 0.28
Hex 29 53 68 3D 14 0 3B C8 2B 1C
Octal 51 123 150 75 24 0 73 310 53 34
Binary 101001 1010011 1101000 111101 10100 0 111011 11001000 101011 11100

Color Harmonies of #295368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295368

Black with #295368

Text Example


Text Example

White with #295368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295368; }

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

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

background-color css

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

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

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

border-color css

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

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

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