Html Css Color HEX #2D589D Endeavour

📋 copy color: '#2D589D'

red 45 ◦ green 88 ◦ blue 157

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

Shades of Endeavour #2D589D

Tints of Endeavour #2D589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 15.52%
G = 30.34%
B = 54.14%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D589D (or 0x2D589D) is known color: Endeavour. HEX triplet: 2D, 58 and 9D. RGB value is (45,88,157). Sum of RGB (Red+Green+Blue) = 45+88+157=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D589D is #D2A762. Grayscale: #525252. Windows color (decimal): -13805411 or 10311725. OLE color: 10311725.

HSL color Cylindrical-coordinate representation of color #2D589D: hue angle of 216.96º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D589D is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 88 157 -
CMYK 0.71 0.44 0 0.38
HSL 216.96º 0.55% 0.4% -
HSV(B) 216.96º 0.71% 0.62% -
XYZ 10.66 9.97 33.26 -
YUV 83.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 45 88 157 0.71 0.44 0 0.38 216.96 0.55 0.4
Hex 2D 58 9D 47 2C 0 26 D9 37 28
Octal 55 130 235 107 54 0 46 331 67 50
Binary 101101 1011000 10011101 1000111 101100 0 100110 11011001 110111 101000

Color Harmonies of #2D589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D589D

Black with #2D589D

Text Example


Text Example

White with #2D589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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