Html Css Color HEX #245293 Endeavour

📋 copy color: '#245293'

red 36 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #245293

Tints of Endeavour #245293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 13.58%
G = 30.94%
B = 55.47%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#245293 (or 0x245293) is known color: Endeavour. HEX triplet: 24, 52 and 93. RGB value is (36,82,147). Sum of RGB (Red+Green+Blue) = 36+82+147=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #245293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245293 is #DBAD6C. Grayscale: #4B4B4B. Windows color (decimal): -14396781 or 9654820. OLE color: 9654820.

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

Color convert

RGB 36 82 147 -
CMYK 0.76 0.44 0 0.42
HSL 215.14º 0.61% 0.36% -
HSV(B) 215.14º 0.76% 0.58% -
XYZ 9.01 8.52 28.77 -
YUV 75.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 36 82 147 0.76 0.44 0 0.42 215.14 0.61 0.36
Hex 24 52 93 4C 2C 0 2A D7 3D 24
Octal 44 122 223 114 54 0 52 327 75 44
Binary 100100 1010010 10010011 1001100 101100 0 101010 11010111 111101 100100

Color Harmonies of #245293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245293

Black with #245293

Text Example


Text Example

White with #245293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245293; }

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

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

background-color css

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

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

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

border-color css

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

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

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