Html Css Color HEX #2D5668 Chathams Blue

📋 copy color: '#2D5668'

red 45 ◦ green 86 ◦ blue 104

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

Shades of Chathams Blue #2D5668

Tints of Chathams Blue #2D5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

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

R = 19.15%
G = 36.6%
B = 44.26%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2D5668 (or 0x2D5668) is known color: Chathams Blue. HEX triplet: 2D, 56 and 68. RGB value is (45,86,104). Sum of RGB (Red+Green+Blue) = 45+86+104=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5668 is #D2A997. Grayscale: #4B4B4B. Windows color (decimal): -13805976 or 6837805. OLE color: 6837805.

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

Color convert

RGB 45 86 104 -
CMYK 0.57 0.17 0 0.59
HSL 198.31º 0.4% 0.29% -
HSV(B) 198.31º 0.57% 0.41% -
XYZ 6.91 8.21 14.32 -
YUV 75.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 45 86 104 0.57 0.17 0 0.59 198.31 0.4 0.29
Hex 2D 56 68 39 11 0 3B C6 28 1D
Octal 55 126 150 71 21 0 73 306 50 35
Binary 101101 1010110 1101000 111001 10001 0 111011 11000110 101000 11101

Color Harmonies of #2D5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5668

Black with #2D5668

Text Example


Text Example

White with #2D5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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