#255F72

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

Shades of Orient #255F72

Tints of Orient #255F72

Color information

#255F72 (or 0x255F72) is unknown color: approx Orient. HEX triplet: 25, 5F and 72. RGB value is (37,95,114). Sum of RGB (Red+Green+Blue) = 37+95+114=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #255F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F72 is #DAA08D. Grayscale: #4F4F4F. Windows color (decimal): -14327950 or 7495461. OLE color: 7495461.

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

Color convert

RGB3795114-
CMYK0.680.1700.55
HSL194.81º50.99%29.61%-
HSV(B)194.81º67.54%44.71%-
XYZ7.899.7917.39-
YUV79.82147.2897.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=15.04%
G=38.62%
B=46.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37951140.680.1700.55194.8150.9929.61
Hex255F724411037c3331e
Octal45137162104210673036336
Binary1001011011111111001010001001000101101111100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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