Html Css Color HEX #2458A1 Endeavour

📋 copy color: '#2458A1'

red 36 ◦ green 88 ◦ blue 161

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

Shades of Endeavour #2458A1

Tints of Endeavour #2458A1

RGB

 RED value IS 36 (14.45% from 255) = 12.63%

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 161 (63.28% from 255) = 56.49%

R = 12.63%
G = 30.88%
B = 56.49%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2458A1 (or 0x2458A1) is known color: Endeavour. HEX triplet: 24, 58 and A1. RGB value is (36,88,161). Sum of RGB (Red+Green+Blue) = 36+88+161=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #2458A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2458A1 is #DBA75E. Grayscale: #505050. Windows color (decimal): -14395231 or 10573860. OLE color: 10573860.

HSL color Cylindrical-coordinate representation of color #2458A1: hue angle of 215.04º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2458A1 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 88 161 -
CMYK 0.78 0.45 0 0.37
HSL 215.04º 0.63% 0.39% -
HSV(B) 215.04º 0.78% 0.63% -
XYZ 10.65 9.93 35.07 -
YUV 80.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 36 88 161 0.78 0.45 0 0.37 215.04 0.63 0.39
Hex 24 58 A1 4E 2D 0 25 D7 3F 27
Octal 44 130 241 116 55 0 45 327 77 47
Binary 100100 1011000 10100001 1001110 101101 0 100101 11010111 111111 100111

Color Harmonies of #2458A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2458A1

Black with #2458A1

Text Example


Text Example

White with #2458A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2458A1; }

 p { color: rgb(36,88,161); }

 H1.HeaderClassName
 {
   color: #2458A1;
 }
 .AnyTagClassName
 {
   color: #2458A1;
 }
</style>

background-color css

<style>
 a { background-color: #2458A1; }

 a { background-color: rgb(36,88,161); }

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

border-color css

<style>
 span { border-color: #2458A1; }

 span { border-color: rgb(36,88,161); }

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