#246277

Color #246277 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #246277

Tints of Orient #246277

Color information

#246277 (or 0x246277) is unknown color: approx Orient. HEX triplet: 24, 62 and 77. RGB value is (36,98,119). Sum of RGB (Red+Green+Blue) = 36+98+119=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #246277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246277 is #DB9D88. Grayscale: #515151. Windows color (decimal): -14392713 or 7823908. OLE color: 7823908.

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

Color convert

RGB3698119-
CMYK0.700.1800.53
HSL195.18º53.55%30.39%-
HSV(B)195.18º69.75%46.67%-
XYZ8.4310.4419.02-
YUV81.86148.9695.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=14.23%
G=38.74%
B=47.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36981190.700.1800.53195.1853.5530.39
Hex2462774612035c3361e
Octal44142167106220653036636
Binary1001001100010111011110001101001001101011100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246277; }

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

 H1.HeaderClassName
 {
   color: #246277;
 }
 .AnyTagClassName
 {
   color: #246277;
 }
</style>
background-color css

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

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

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

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

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

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