Html Css Color HEX #2D5874 Chathams Blue

📋 copy color: '#2D5874'

red 45 ◦ green 88 ◦ blue 116

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

Shades of Chathams Blue #2D5874

Tints of Chathams Blue #2D5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 18.07%
G = 35.34%
B = 46.59%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D5874 (or 0x2D5874) is known color: Chathams Blue. HEX triplet: 2D, 58 and 74. RGB value is (45,88,116). Sum of RGB (Red+Green+Blue) = 45+88+116=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D5874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5874 is #D2A78B. Grayscale: #4E4E4E. Windows color (decimal): -13805452 or 7624749. OLE color: 7624749.

HSL color Cylindrical-coordinate representation of color #2D5874: hue angle of 203.66º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5874 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 88 116 -
CMYK 0.61 0.24 0 0.55
HSL 203.66º 0.44% 0.32% -
HSV(B) 203.66º 0.61% 0.45% -
XYZ 7.72 8.8 17.81 -
YUV 78.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 45 88 116 0.61 0.24 0 0.55 203.66 0.44 0.32
Hex 2D 58 74 3D 18 0 37 CC 2C 20
Octal 55 130 164 75 30 0 67 314 54 40
Binary 101101 1011000 1110100 111101 11000 0 110111 11001100 101100 100000

Color Harmonies of #2D5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5874

Black with #2D5874

Text Example


Text Example

White with #2D5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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