Html Css Color HEX #246594 Endeavour

📋 copy color: '#246594'

red 36 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #246594

Tints of Endeavour #246594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 12.63%
G = 35.44%
B = 51.93%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246594 (or 0x246594) is known color: Endeavour. HEX triplet: 24, 65 and 94. RGB value is (36,101,148). Sum of RGB (Red+Green+Blue) = 36+101+148=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #246594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246594 is #DB9A6B. Grayscale: #565656. Windows color (decimal): -14391916 or 9725220. OLE color: 9725220.

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

Color convert

RGB 36 101 148 -
CMYK 0.76 0.32 0 0.42
HSL 205.18º 0.61% 0.36% -
HSV(B) 205.18º 0.76% 0.58% -
XYZ 10.73 11.82 29.73 -
YUV 86.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 36 101 148 0.76 0.32 0 0.42 205.18 0.61 0.36
Hex 24 65 94 4C 20 0 2A CD 3D 24
Octal 44 145 224 114 40 0 52 315 75 44
Binary 100100 1100101 10010100 1001100 100000 0 101010 11001101 111101 100100

Color Harmonies of #246594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246594

Black with #246594

Text Example


Text Example

White with #246594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246594; }

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

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

background-color css

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

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

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

border-color css

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

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

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