Html Css Color HEX #246091 Endeavour

📋 copy color: '#246091'

red 36 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #246091

Tints of Endeavour #246091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 13%
G = 34.66%
B = 52.35%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#246091 (or 0x246091) is known color: Endeavour. HEX triplet: 24, 60 and 91. RGB value is (36,96,145). Sum of RGB (Red+Green+Blue) = 36+96+145=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #246091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246091 is #DB9F6E. Grayscale: #535353. Windows color (decimal): -14393199 or 9527332. OLE color: 9527332.

HSL color Cylindrical-coordinate representation of color #246091: hue angle of 206.97º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246091 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 96 145 -
CMYK 0.75 0.34 0 0.43
HSL 206.97º 0.6% 0.35% -
HSV(B) 206.97º 0.75% 0.57% -
XYZ 10.02 10.79 28.34 -
YUV 83.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 36 96 145 0.75 0.34 0 0.43 206.97 0.6 0.35
Hex 24 60 91 4B 22 0 2B CF 3C 23
Octal 44 140 221 113 42 0 53 317 74 43
Binary 100100 1100000 10010001 1001011 100010 0 101011 11001111 111100 100011

Color Harmonies of #246091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246091

Black with #246091

Text Example


Text Example

White with #246091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246091; }

 p { color: rgb(36,96,145); }

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

background-color css

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

 a { background-color: rgb(36,96,145); }

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

border-color css

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

 span { border-color: rgb(36,96,145); }

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