#246073

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

Shades of Orient #246073

Tints of Orient #246073

Color information

#246073 (or 0x246073) is unknown color: approx Orient. HEX triplet: 24, 60 and 73. RGB value is (36,96,115). Sum of RGB (Red+Green+Blue) = 36+96+115=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #246073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246073 is #DB9F8C. Grayscale: #505050. Windows color (decimal): -14393229 or 7561252. OLE color: 7561252.

HSL color Cylindrical-coordinate representation of color #246073: hue angle of 194.43º degrees, saturation: 0.52, 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 #246073 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3696115-
CMYK0.690.1700.55
HSL194.43º52.32%29.61%-
HSV(B)194.43º68.7%45.1%-
XYZ89.9817.72-
YUV80.23147.6296.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=14.57%
G=38.87%
B=46.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36961150.690.1700.55194.4352.3229.61
Hex2460734511037c2341e
Octal44140163105210673026436
Binary1001001100000111001110001011000101101111100001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246073; }

 p { color: rgb(36,96,115); }

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

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

 a { background-color: rgb(36,96,115); }

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

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

 span { border-color: rgb(36,96,115); }

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