#246172

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

Shades of Orient #246172

Tints of Orient #246172

Color information

#246172 (or 0x246172) is unknown color: approx Orient. HEX triplet: 24, 61 and 72. RGB value is (36,97,114). Sum of RGB (Red+Green+Blue) = 36+97+114=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #246172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246172 is #DB9E8D. Grayscale: #505050. Windows color (decimal): -14392974 or 7495972. OLE color: 7495972.

HSL color Cylindrical-coordinate representation of color #246172: hue angle of 193.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246172 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3697114-
CMYK0.680.1500.55
HSL193.08º52%29.41%-
HSV(B)193.08º68.42%44.71%-
XYZ8.0410.1417.45-
YUV80.7146.7996.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=14.57%
G=39.27%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36971140.680.1500.55193.085229.41
Hex24617244F037c1341d
Octal44141162104170673016435
Binary100100110000111100101000100111101101111100000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246172; }

 p { color: rgb(36,97,114); }

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

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

 a { background-color: rgb(36,97,114); }

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

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

 span { border-color: rgb(36,97,114); }

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