Html Css Color HEX #245294 Endeavour

📋 copy color: '#245294'

red 36 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #245294

Tints of Endeavour #245294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 13.53%
G = 30.83%
B = 55.64%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245294 (or 0x245294) is known color: Endeavour. HEX triplet: 24, 52 and 94. RGB value is (36,82,148). Sum of RGB (Red+Green+Blue) = 36+82+148=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #245294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245294 is #DBAD6B. Grayscale: #4B4B4B. Windows color (decimal): -14396780 or 9720356. OLE color: 9720356.

HSL color Cylindrical-coordinate representation of color #245294: hue angle of 215.36º 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 #245294 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 82 148 -
CMYK 0.76 0.45 0 0.42
HSL 215.36º 0.61% 0.36% -
HSV(B) 215.36º 0.76% 0.58% -
XYZ 9.09 8.55 29.19 -
YUV 75.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 36 82 148 0.76 0.45 0 0.42 215.36 0.61 0.36
Hex 24 52 94 4C 2D 0 2A D7 3D 24
Octal 44 122 224 114 55 0 52 327 75 44
Binary 100100 1010010 10010100 1001100 101101 0 101010 11010111 111101 100100

Color Harmonies of #245294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245294

Black with #245294

Text Example


Text Example

White with #245294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245294; }

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

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

background-color css

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

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

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

border-color css

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

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

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