Html Css Color HEX #2D549D Endeavour

📋 copy color: '#2D549D'

red 45 ◦ green 84 ◦ blue 157

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

Shades of Endeavour #2D549D

Tints of Endeavour #2D549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 15.73%
G = 29.37%
B = 54.9%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D549D (or 0x2D549D) is known color: Endeavour. HEX triplet: 2D, 54 and 9D. RGB value is (45,84,157). Sum of RGB (Red+Green+Blue) = 45+84+157=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D549D is #D2AB62. Grayscale: #505050. Windows color (decimal): -13806435 or 10310701. OLE color: 10310701.

HSL color Cylindrical-coordinate representation of color #2D549D: hue angle of 219.11º 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 #2D549D is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 84 157 -
CMYK 0.71 0.46 0 0.38
HSL 219.11º 0.55% 0.4% -
HSV(B) 219.11º 0.71% 0.62% -
XYZ 10.34 9.33 33.15 -
YUV 80.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 45 84 157 0.71 0.46 0 0.38 219.11 0.55 0.4
Hex 2D 54 9D 47 2E 0 26 DB 37 28
Octal 55 124 235 107 56 0 46 333 67 50
Binary 101101 1010100 10011101 1000111 101110 0 100110 11011011 110111 101000

Color Harmonies of #2D549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D549D

Black with #2D549D

Text Example


Text Example

White with #2D549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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