Html Css Color HEX #2D5868 Chathams Blue

📋 copy color: '#2D5868'

red 45 ◦ green 88 ◦ blue 104

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

Shades of Chathams Blue #2D5868

Tints of Chathams Blue #2D5868

RGB

 RED value IS 45 (17.97% from 255) = 18.99%

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

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

R = 18.99%
G = 37.13%
B = 43.88%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2D5868 (or 0x2D5868) is known color: Chathams Blue. HEX triplet: 2D, 58 and 68. RGB value is (45,88,104). Sum of RGB (Red+Green+Blue) = 45+88+104=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5868 is #D2A797. Grayscale: #4C4C4C. Windows color (decimal): -13805464 or 6838317. OLE color: 6838317.

HSL color Cylindrical-coordinate representation of color #2D5868: hue angle of 196.27º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5868 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 88 104 -
CMYK 0.57 0.15 0 0.59
HSL 196.27º 0.4% 0.29% -
HSV(B) 196.27º 0.57% 0.41% -
XYZ 7.07 8.54 14.37 -
YUV 76.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 45 88 104 0.57 0.15 0 0.59 196.27 0.4 0.29
Hex 2D 58 68 39 F 0 3B C4 28 1D
Octal 55 130 150 71 17 0 73 304 50 35
Binary 101101 1011000 1101000 111001 1111 0 111011 11000100 101000 11101

Color Harmonies of #2D5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5868

Black with #2D5868

Text Example


Text Example

White with #2D5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5868; }

 p { color: rgb(45,88,104); }

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

background-color css

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

 a { background-color: rgb(45,88,104); }

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

border-color css

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

 span { border-color: rgb(45,88,104); }

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