Html Css Color HEX #246395 Endeavour

📋 copy color: '#246395'

red 36 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #246395

Tints of Endeavour #246395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 12.68%
G = 34.86%
B = 52.46%

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

#246395 (or 0x246395) is known color: Endeavour. HEX triplet: 24, 63 and 95. RGB value is (36,99,149). Sum of RGB (Red+Green+Blue) = 36+99+149=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #246395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246395 is #DB9C6A. Grayscale: #555555. Windows color (decimal): -14392427 or 9790244. OLE color: 9790244.

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

Color convert

RGB 36 99 149 -
CMYK 0.76 0.34 0 0.42
HSL 206.55º 0.61% 0.36% -
HSV(B) 206.55º 0.76% 0.58% -
XYZ 10.61 11.47 30.09 -
YUV 85.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 36 99 149 0.76 0.34 0 0.42 206.55 0.61 0.36
Hex 24 63 95 4C 22 0 2A CF 3D 24
Octal 44 143 225 114 42 0 52 317 75 44
Binary 100100 1100011 10010101 1001100 100010 0 101010 11001111 111101 100100

Color Harmonies of #246395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246395

Black with #246395

Text Example


Text Example

White with #246395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246395; }

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

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

background-color css

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

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

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

border-color css

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

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

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