Html Css Color HEX #246079 Orient

📋 copy color: '#246079'

red 36 ◦ green 96 ◦ blue 121

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

Shades of Orient #246079

Tints of Orient #246079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.83%

R = 14.23%
G = 37.94%
B = 47.83%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246079 (or 0x246079) is known color: Orient. HEX triplet: 24, 60 and 79. RGB value is (36,96,121). Sum of RGB (Red+Green+Blue) = 36+96+121=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #246079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246079 is #DB9F86. Grayscale: #505050. Windows color (decimal): -14393223 or 7954468. OLE color: 7954468.

HSL color Cylindrical-coordinate representation of color #246079: hue angle of 197.65º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246079 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 96 121 -
CMYK 0.70 0.21 0 0.53
HSL 197.65º 0.54% 0.31% -
HSV(B) 197.65º 0.7% 0.47% -
XYZ 8.36 10.12 19.6 -
YUV 80.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 36 96 121 0.70 0.21 0 0.53 197.65 0.54 0.31
Hex 24 60 79 46 15 0 35 C6 36 1F
Octal 44 140 171 106 25 0 65 306 66 37
Binary 100100 1100000 1111001 1000110 10101 0 110101 11000110 110110 11111

Color Harmonies of #246079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246079

Black with #246079

Text Example


Text Example

White with #246079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246079; }

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

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

background-color css

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

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

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

border-color css

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

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

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