Html Css Color HEX #246090 Endeavour

📋 copy color: '#246090'

red 36 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #246090

Tints of Endeavour #246090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#246090 (or 0x246090) is known color: Endeavour. HEX triplet: 24, 60 and 90. RGB value is (36,96,144). Sum of RGB (Red+Green+Blue) = 36+96+144=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #246090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246090 is #DB9F6F. Grayscale: #535353. Windows color (decimal): -14393200 or 9461796. OLE color: 9461796.

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

Color convert

RGB 36 96 144 -
CMYK 0.75 0.33 0 0.44
HSL 206.67º 0.6% 0.35% -
HSV(B) 206.67º 0.75% 0.56% -
XYZ 9.94 10.75 27.94 -
YUV 83.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 36 96 144 0.75 0.33 0 0.44 206.67 0.6 0.35
Hex 24 60 90 4B 21 0 2C CF 3C 23
Octal 44 140 220 113 41 0 54 317 74 43
Binary 100100 1100000 10010000 1001011 100001 0 101100 11001111 111100 100011

Color Harmonies of #246090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246090

Black with #246090

Text Example


Text Example

White with #246090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246090; }

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

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

background-color css

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

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

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

border-color css

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

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

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