Html Css Color HEX #2D5391 Endeavour

📋 copy color: '#2D5391'

red 45 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #2D5391

Tints of Endeavour #2D5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 16.48%
G = 30.4%
B = 53.11%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D5391 (or 0x2D5391) is known color: Endeavour. HEX triplet: 2D, 53 and 91. RGB value is (45,83,145). Sum of RGB (Red+Green+Blue) = 45+83+145=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D5391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5391 is #D2AC6E. Grayscale: #4E4E4E. Windows color (decimal): -13806703 or 9524013. OLE color: 9524013.

HSL color Cylindrical-coordinate representation of color #2D5391: hue angle of 217.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D5391 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 83 145 -
CMYK 0.69 0.43 0 0.43
HSL 217.2º 0.53% 0.37% -
HSV(B) 217.2º 0.69% 0.57% -
XYZ 9.29 8.79 28 -
YUV 78.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 45 83 145 0.69 0.43 0 0.43 217.2 0.53 0.37
Hex 2D 53 91 45 2B 0 2B D9 35 25
Octal 55 123 221 105 53 0 53 331 65 45
Binary 101101 1010011 10010001 1000101 101011 0 101011 11011001 110101 100101

Color Harmonies of #2D5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5391

Black with #2D5391

Text Example


Text Example

White with #2D5391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,83,145); }

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

background-color css

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

 a { background-color: rgb(45,83,145); }

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

border-color css

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

 span { border-color: rgb(45,83,145); }

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