#255E73

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

Shades of Orient #255E73

Tints of Orient #255E73

Color information

#255E73 (or 0x255E73) is unknown color: approx Orient. HEX triplet: 25, 5E and 73. RGB value is (37,94,115). Sum of RGB (Red+Green+Blue) = 37+94+115=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #255E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E73 is #DAA18C. Grayscale: #4F4F4F. Windows color (decimal): -14328205 or 7560741. OLE color: 7560741.

HSL color Cylindrical-coordinate representation of color #255E73: hue angle of 196.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255E73 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3794115-
CMYK0.680.1800.55
HSL196.15º51.32%29.8%-
HSV(B)196.15º67.83%45.1%-
XYZ7.869.6417.67-
YUV79.35148.1297.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=15.04%
G=38.21%
B=46.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37941150.680.1800.55196.1551.3229.8
Hex255E734412037c4331e
Octal45136163104220673046336
Binary1001011011110111001110001001001001101111100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E73; }

 p { color: rgb(37,94,115); }

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

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

 a { background-color: rgb(37,94,115); }

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

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

 span { border-color: rgb(37,94,115); }

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