Html Css Color HEX #246295 Endeavour

📋 copy color: '#246295'

red 36 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #246295

Tints of Endeavour #246295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 12.72%
G = 34.63%
B = 52.65%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246295 (or 0x246295) is known color: Endeavour. HEX triplet: 24, 62 and 95. RGB value is (36,98,149). Sum of RGB (Red+Green+Blue) = 36+98+149=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #246295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246295 is #DB9D6A. Grayscale: #555555. Windows color (decimal): -14392683 or 9789988. OLE color: 9789988.

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

Color convert

RGB 36 98 149 -
CMYK 0.76 0.34 0 0.42
HSL 207.08º 0.61% 0.36% -
HSV(B) 207.08º 0.76% 0.58% -
XYZ 10.52 11.28 30.06 -
YUV 85.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 36 98 149 0.76 0.34 0 0.42 207.08 0.61 0.36
Hex 24 62 95 4C 22 0 2A CF 3D 24
Octal 44 142 225 114 42 0 52 317 75 44
Binary 100100 1100010 10010101 1001100 100010 0 101010 11001111 111101 100100

Color Harmonies of #246295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246295

Black with #246295

Text Example


Text Example

White with #246295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246295; }

 p { color: rgb(36,98,149); }

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

background-color css

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

 a { background-color: rgb(36,98,149); }

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

border-color css

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

 span { border-color: rgb(36,98,149); }

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