Html Css Color HEX #246290 Endeavour

📋 copy color: '#246290'

red 36 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #246290

Tints of Endeavour #246290

RGB

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

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

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

R = 12.95%
G = 35.25%
B = 51.8%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#246290 (or 0x246290) is known color: Endeavour. HEX triplet: 24, 62 and 90. RGB value is (36,98,144). Sum of RGB (Red+Green+Blue) = 36+98+144=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #246290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246290 is #DB9D6F. Grayscale: #545454. Windows color (decimal): -14392688 or 9462308. OLE color: 9462308.

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

Color convert

RGB 36 98 144 -
CMYK 0.75 0.32 0 0.44
HSL 205.56º 0.6% 0.35% -
HSV(B) 205.56º 0.75% 0.56% -
XYZ 10.13 11.12 28 -
YUV 84.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 36 98 144 0.75 0.32 0 0.44 205.56 0.6 0.35
Hex 24 62 90 4B 20 0 2C CE 3C 23
Octal 44 142 220 113 40 0 54 316 74 43
Binary 100100 1100010 10010000 1001011 100000 0 101100 11001110 111100 100011

Color Harmonies of #246290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246290

Black with #246290

Text Example


Text Example

White with #246290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246290; }

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

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

background-color css

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

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

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

border-color css

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

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

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