Html Css Color HEX #246595 Endeavour

📋 copy color: '#246595'

red 36 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #246595

Tints of Endeavour #246595

RGB

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

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

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

R = 12.59%
G = 35.31%
B = 52.1%

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

#246595 (or 0x246595) is known color: Endeavour. HEX triplet: 24, 65 and 95. RGB value is (36,101,149). Sum of RGB (Red+Green+Blue) = 36+101+149=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #246595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246595 is #DB9A6A. Grayscale: #565656. Windows color (decimal): -14391915 or 9790756. OLE color: 9790756.

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

Color convert

RGB 36 101 149 -
CMYK 0.76 0.32 0 0.42
HSL 205.49º 0.61% 0.36% -
HSV(B) 205.49º 0.76% 0.58% -
XYZ 10.81 11.85 30.15 -
YUV 87.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 36 101 149 0.76 0.32 0 0.42 205.49 0.61 0.36
Hex 24 65 95 4C 20 0 2A CD 3D 24
Octal 44 145 225 114 40 0 52 315 75 44
Binary 100100 1100101 10010101 1001100 100000 0 101010 11001101 111101 100100

Color Harmonies of #246595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246595

Black with #246595

Text Example


Text Example

White with #246595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246595; }

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

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

background-color css

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

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

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

border-color css

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

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

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