#246274

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

Shades of Orient #246274

Tints of Orient #246274

Color information

#246274 (or 0x246274) is unknown color: approx Orient. HEX triplet: 24, 62 and 74. RGB value is (36,98,116). Sum of RGB (Red+Green+Blue) = 36+98+116=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #246274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246274 is #DB9D8B. Grayscale: #515151. Windows color (decimal): -14392716 or 7627300. OLE color: 7627300.

HSL color Cylindrical-coordinate representation of color #246274: hue angle of 193.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246274 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3698116-
CMYK0.690.1600.55
HSL193.5º52.63%29.8%-
HSV(B)193.5º68.97%45.49%-
XYZ8.2510.3718.09-
YUV81.51147.4695.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=14.4%
G=39.2%
B=46.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36981160.690.1600.55193.552.6329.8
Hex2462744510037c2351e
Octal44142164105200673026536
Binary1001001100010111010010001011000001101111100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246274; }

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

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

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

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

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

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

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

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