Html Css Color HEX #2D589E Endeavour

📋 copy color: '#2D589E'

red 45 ◦ green 88 ◦ blue 158

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

Shades of Endeavour #2D589E

Tints of Endeavour #2D589E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 15.46%
G = 30.24%
B = 54.3%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D589E (or 0x2D589E) is known color: Endeavour. HEX triplet: 2D, 58 and 9E. RGB value is (45,88,158). Sum of RGB (Red+Green+Blue) = 45+88+158=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D589E is #D2A761. Grayscale: #525252. Windows color (decimal): -13805410 or 10377261. OLE color: 10377261.

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

Color convert

RGB 45 88 158 -
CMYK 0.72 0.44 0 0.38
HSL 217.17º 0.56% 0.4% -
HSV(B) 217.17º 0.72% 0.62% -
XYZ 10.74 10.01 33.71 -
YUV 83.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 45 88 158 0.72 0.44 0 0.38 217.17 0.56 0.4
Hex 2D 58 9E 48 2C 0 26 D9 38 28
Octal 55 130 236 110 54 0 46 331 70 50
Binary 101101 1011000 10011110 1001000 101100 0 100110 11011001 111000 101000

Color Harmonies of #2D589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D589E

Black with #2D589E

Text Example


Text Example

White with #2D589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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