Html Css Color HEX #2D548C Endeavour

📋 copy color: '#2D548C'

red 45 ◦ green 84 ◦ blue 140

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

Shades of Endeavour #2D548C

Tints of Endeavour #2D548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.04%

R = 16.73%
G = 31.23%
B = 52.04%

CMYK

 C value IS 0.68

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D548C (or 0x2D548C) is known color: Endeavour. HEX triplet: 2D, 54 and 8C. RGB value is (45,84,140). Sum of RGB (Red+Green+Blue) = 45+84+140=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D548C is #D2AB73. Grayscale: #4E4E4E. Windows color (decimal): -13806452 or 9196589. OLE color: 9196589.

HSL color Cylindrical-coordinate representation of color #2D548C: hue angle of 215.37º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D548C is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 84 140 -
CMYK 0.68 0.4 0 0.45
HSL 215.37º 0.51% 0.36% -
HSV(B) 215.37º 0.68% 0.55% -
XYZ 8.99 8.79 26.03 -
YUV 78.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 45 84 140 0.68 0.4 0 0.45 215.37 0.51 0.36
Hex 2D 54 8C 44 28 0 2D D7 33 24
Octal 55 124 214 104 50 0 55 327 63 44
Binary 101101 1010100 10001100 1000100 101000 0 101101 11010111 110011 100100

Color Harmonies of #2D548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D548C

Black with #2D548C

Text Example


Text Example

White with #2D548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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