#246272

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

Shades of Orient #246272

Tints of Orient #246272

Color information

#246272 (or 0x246272) is unknown color: approx Orient. HEX triplet: 24, 62 and 72. RGB value is (36,98,114). Sum of RGB (Red+Green+Blue) = 36+98+114=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #246272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246272 is #DB9D8D. Grayscale: #515151. Windows color (decimal): -14392718 or 7496228. OLE color: 7496228.

HSL color Cylindrical-coordinate representation of color #246272: hue angle of 192.31º 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 #246272 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3698114-
CMYK0.680.1400.55
HSL192.31º52%29.41%-
HSV(B)192.31º68.42%44.71%-
XYZ8.1310.3317.48-
YUV81.29146.4695.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.52%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=14.52%
G=39.52%
B=45.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36981140.680.1400.55192.315229.41
Hex24627244E037c0341d
Octal44142162104160673006435
Binary100100110001011100101000100111001101111100000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246272; }

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

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

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

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

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

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

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

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