Html Css Color HEX #2554A4 Endeavour

📋 copy color: '#2554A4'

red 37 ◦ green 84 ◦ blue 164

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

Shades of Endeavour #2554A4

Tints of Endeavour #2554A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.54%

R = 12.98%
G = 29.47%
B = 57.54%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2554A4 (or 0x2554A4) is known color: Endeavour. HEX triplet: 25, 54 and A4. RGB value is (37,84,164). Sum of RGB (Red+Green+Blue) = 37+84+164=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #2554A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2554A4 is #DAAB5B. Grayscale: #4E4E4E. Windows color (decimal): -14330716 or 10769445. OLE color: 10769445.

HSL color Cylindrical-coordinate representation of color #2554A4: hue angle of 217.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2554A4 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 84 164 -
CMYK 0.77 0.49 0 0.36
HSL 217.8º 0.63% 0.39% -
HSV(B) 217.8º 0.77% 0.64% -
XYZ 10.63 9.41 36.38 -
YUV 79.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 37 84 164 0.77 0.49 0 0.36 217.8 0.63 0.39
Hex 25 54 A4 4D 31 0 24 DA 3F 27
Octal 45 124 244 115 61 0 44 332 77 47
Binary 100101 1010100 10100100 1001101 110001 0 100100 11011010 111111 100111

Color Harmonies of #2554A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554A4

Black with #2554A4

Text Example


Text Example

White with #2554A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2554A4; }

 p { color: rgb(37,84,164); }

 H1.HeaderClassName
 {
   color: #2554A4;
 }
 .AnyTagClassName
 {
   color: #2554A4;
 }
</style>

background-color css

<style>
 a { background-color: #2554A4; }

 a { background-color: rgb(37,84,164); }

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

border-color css

<style>
 span { border-color: #2554A4; }

 span { border-color: rgb(37,84,164); }

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