Html Css Color HEX #2D5768 Chathams Blue

📋 copy color: '#2D5768'

red 45 ◦ green 87 ◦ blue 104

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

Shades of Chathams Blue #2D5768

Tints of Chathams Blue #2D5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

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

R = 19.07%
G = 36.86%
B = 44.07%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2D5768 (or 0x2D5768) is known color: Chathams Blue. HEX triplet: 2D, 57 and 68. RGB value is (45,87,104). Sum of RGB (Red+Green+Blue) = 45+87+104=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5768 is #D2A897. Grayscale: #4C4C4C. Windows color (decimal): -13805720 or 6838061. OLE color: 6838061.

HSL color Cylindrical-coordinate representation of color #2D5768: hue angle of 197.29º 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 #2D5768 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 87 104 -
CMYK 0.57 0.16 0 0.59
HSL 197.29º 0.4% 0.29% -
HSV(B) 197.29º 0.57% 0.41% -
XYZ 6.99 8.37 14.34 -
YUV 76.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 45 87 104 0.57 0.16 0 0.59 197.29 0.4 0.29
Hex 2D 57 68 39 10 0 3B C5 28 1D
Octal 55 127 150 71 20 0 73 305 50 35
Binary 101101 1010111 1101000 111001 10000 0 111011 11000101 101000 11101

Color Harmonies of #2D5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5768

Black with #2D5768

Text Example


Text Example

White with #2D5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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