Html Css Color HEX #246279 Orient

📋 copy color: '#246279'

red 36 ◦ green 98 ◦ blue 121

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

Shades of Orient #246279

Tints of Orient #246279

RGB

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

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

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

R = 14.12%
G = 38.43%
B = 47.45%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246279 (or 0x246279) is known color: Orient. HEX triplet: 24, 62 and 79. RGB value is (36,98,121). Sum of RGB (Red+Green+Blue) = 36+98+121=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #246279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246279 is #DB9D86. Grayscale: #515151. Windows color (decimal): -14392711 or 7954980. OLE color: 7954980.

HSL color Cylindrical-coordinate representation of color #246279: hue angle of 196.24º 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 #246279 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 98 121 -
CMYK 0.70 0.19 0 0.53
HSL 196.24º 0.54% 0.31% -
HSV(B) 196.24º 0.7% 0.47% -
XYZ 8.55 10.49 19.66 -
YUV 82.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 36 98 121 0.70 0.19 0 0.53 196.24 0.54 0.31
Hex 24 62 79 46 13 0 35 C4 36 1F
Octal 44 142 171 106 23 0 65 304 66 37
Binary 100100 1100010 1111001 1000110 10011 0 110101 11000100 110110 11111

Color Harmonies of #246279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246279

Black with #246279

Text Example


Text Example

White with #246279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246279; }

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

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

background-color css

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

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

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

border-color css

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

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

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