Html Css Color HEX #2553A0 Endeavour

📋 copy color: '#2553A0'

red 37 ◦ green 83 ◦ blue 160

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

Shades of Endeavour #2553A0

Tints of Endeavour #2553A0

RGB

 RED value IS 37 (14.84% from 255) = 13.21%

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

 BLUE value IS 160 (62.89% from 255) = 57.14%

R = 13.21%
G = 29.64%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2553A0 (or 0x2553A0) is known color: Endeavour. HEX triplet: 25, 53 and A0. RGB value is (37,83,160). Sum of RGB (Red+Green+Blue) = 37+83+160=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #2553A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553A0 is #DAAC5F. Grayscale: #4D4D4D. Windows color (decimal): -14330976 or 10507045. OLE color: 10507045.

HSL color Cylindrical-coordinate representation of color #2553A0: hue angle of 217.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2553A0 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 83 160 -
CMYK 0.77 0.48 0 0.37
HSL 217.56º 0.62% 0.39% -
HSV(B) 217.56º 0.77% 0.63% -
XYZ 10.2 9.12 34.48 -
YUV 78.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 37 83 160 0.77 0.48 0 0.37 217.56 0.62 0.39
Hex 25 53 A0 4D 30 0 25 DA 3E 27
Octal 45 123 240 115 60 0 45 332 76 47
Binary 100101 1010011 10100000 1001101 110000 0 100101 11011010 111110 100111

Color Harmonies of #2553A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553A0

Black with #2553A0

Text Example


Text Example

White with #2553A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553A0; }

 p { color: rgb(37,83,160); }

 H1.HeaderClassName
 {
   color: #2553A0;
 }
 .AnyTagClassName
 {
   color: #2553A0;
 }
</style>

background-color css

<style>
 a { background-color: #2553A0; }

 a { background-color: rgb(37,83,160); }

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

border-color css

<style>
 span { border-color: #2553A0; }

 span { border-color: rgb(37,83,160); }

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