Html Css Color HEX #245089 Endeavour

📋 copy color: '#245089'

red 36 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #245089

Tints of Endeavour #245089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 14.23%
G = 31.62%
B = 54.15%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#245089 (or 0x245089) is known color: Endeavour. HEX triplet: 24, 50 and 89. RGB value is (36,80,137). Sum of RGB (Red+Green+Blue) = 36+80+137=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #245089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245089 is #DBAF76. Grayscale: #494949. Windows color (decimal): -14397303 or 8998948. OLE color: 8998948.

HSL color Cylindrical-coordinate representation of color #245089: hue angle of 213.86º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245089 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 80 137 -
CMYK 0.74 0.42 0 0.46
HSL 213.86º 0.58% 0.34% -
HSV(B) 213.86º 0.74% 0.54% -
XYZ 8.11 7.92 24.77 -
YUV 73.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 36 80 137 0.74 0.42 0 0.46 213.86 0.58 0.34
Hex 24 50 89 4A 2A 0 2E D6 3A 22
Octal 44 120 211 112 52 0 56 326 72 42
Binary 100100 1010000 10001001 1001010 101010 0 101110 11010110 111010 100010

Color Harmonies of #245089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245089

Black with #245089

Text Example


Text Example

White with #245089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245089; }

 p { color: rgb(36,80,137); }

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

background-color css

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

 a { background-color: rgb(36,80,137); }

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

border-color css

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

 span { border-color: rgb(36,80,137); }

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