Html Css Color HEX #245194 Endeavour

📋 copy color: '#245194'

red 36 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #245194

Tints of Endeavour #245194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 13.58%
G = 30.57%
B = 55.85%

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

#245194 (or 0x245194) is known color: Endeavour. HEX triplet: 24, 51 and 94. RGB value is (36,81,148). Sum of RGB (Red+Green+Blue) = 36+81+148=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #245194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245194 is #DBAE6B. Grayscale: #4A4A4A. Windows color (decimal): -14397036 or 9720100. OLE color: 9720100.

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

Color convert

RGB 36 81 148 -
CMYK 0.76 0.45 0 0.42
HSL 215.89º 0.61% 0.36% -
HSV(B) 215.89º 0.76% 0.58% -
XYZ 9.02 8.4 29.16 -
YUV 75.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 36 81 148 0.76 0.45 0 0.42 215.89 0.61 0.36
Hex 24 51 94 4C 2D 0 2A D8 3D 24
Octal 44 121 224 114 55 0 52 330 75 44
Binary 100100 1010001 10010100 1001100 101101 0 101010 11011000 111101 100100

Color Harmonies of #245194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245194

Black with #245194

Text Example


Text Example

White with #245194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245194; }

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

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

background-color css

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

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

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

border-color css

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

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

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