#255D72

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

Shades of Orient #255D72

Tints of Orient #255D72

Color information

#255D72 (or 0x255D72) is unknown color: approx Orient. HEX triplet: 25, 5D and 72. RGB value is (37,93,114). Sum of RGB (Red+Green+Blue) = 37+93+114=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #255D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D72 is #DAA28D. Grayscale: #4E4E4E. Windows color (decimal): -14328462 or 7494949. OLE color: 7494949.

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

Color convert

RGB3793114-
CMYK0.680.1800.55
HSL196.36º50.99%29.61%-
HSV(B)196.36º67.54%44.71%-
XYZ7.719.4417.33-
YUV78.65147.9598.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=15.16%
G=38.11%
B=46.72%

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
Decimal37931140.680.1800.55196.3650.9929.61
Hex255D724412037c4331e
Octal45135162104220673046336
Binary1001011011101111001010001001001001101111100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,114); }

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

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

 a { background-color: rgb(37,93,114); }

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

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

 span { border-color: rgb(37,93,114); }

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