Html Css Color HEX #245994 Endeavour

📋 copy color: '#245994'

red 36 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #245994

Tints of Endeavour #245994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 13.19%
G = 32.6%
B = 54.21%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245994 (or 0x245994) is known color: Endeavour. HEX triplet: 24, 59 and 94. RGB value is (36,89,148). Sum of RGB (Red+Green+Blue) = 36+89+148=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #245994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245994 is #DBA66B. Grayscale: #4F4F4F. Windows color (decimal): -14394988 or 9722148. OLE color: 9722148.

HSL color Cylindrical-coordinate representation of color #245994: hue angle of 211.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245994 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 89 148 -
CMYK 0.76 0.40 0 0.42
HSL 211.61º 0.61% 0.36% -
HSV(B) 211.61º 0.76% 0.58% -
XYZ 9.65 9.66 29.37 -
YUV 79.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 36 89 148 0.76 0.40 0 0.42 211.61 0.61 0.36
Hex 24 59 94 4C 28 0 2A D4 3D 24
Octal 44 131 224 114 50 0 52 324 75 44
Binary 100100 1011001 10010100 1001100 101000 0 101010 11010100 111101 100100

Color Harmonies of #245994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245994

Black with #245994

Text Example


Text Example

White with #245994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245994; }

 p { color: rgb(36,89,148); }

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

background-color css

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

 a { background-color: rgb(36,89,148); }

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

border-color css

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

 span { border-color: rgb(36,89,148); }

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