Html Css Color HEX #2D5663 Chathams Blue

📋 copy color: '#2D5663'

red 45 ◦ green 86 ◦ blue 99

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

Shades of Chathams Blue #2D5663

Tints of Chathams Blue #2D5663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 19.57%
G = 37.39%
B = 43.04%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D5663 (or 0x2D5663) is known color: Chathams Blue. HEX triplet: 2D, 56 and 63. RGB value is (45,86,99). Sum of RGB (Red+Green+Blue) = 45+86+99=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5663 is #D2A99C. Grayscale: #4B4B4B. Windows color (decimal): -13805981 or 6510125. OLE color: 6510125.

HSL color Cylindrical-coordinate representation of color #2D5663: hue angle of 194.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D5663 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 45 86 99 -
CMYK 0.55 0.13 0 0.61
HSL 194.44º 0.38% 0.28% -
HSV(B) 194.44º 0.55% 0.39% -
XYZ 6.66 8.11 13.02 -
YUV 75.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 45 86 99 0.55 0.13 0 0.61 194.44 0.38 0.28
Hex 2D 56 63 37 D 0 3D C2 26 1C
Octal 55 126 143 67 15 0 75 302 46 34
Binary 101101 1010110 1100011 110111 1101 0 111101 11000010 100110 11100

Color Harmonies of #2D5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5663

Black with #2D5663

Text Example


Text Example

White with #2D5663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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