#255C73

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

Shades of Orient #255C73

Tints of Orient #255C73

Color information

#255C73 (or 0x255C73) is unknown color: approx Orient. HEX triplet: 25, 5C and 73. RGB value is (37,92,115). Sum of RGB (Red+Green+Blue) = 37+92+115=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #255C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C73 is #DAA38C. Grayscale: #4E4E4E. Windows color (decimal): -14328717 or 7560229. OLE color: 7560229.

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

Color convert

RGB3792115-
CMYK0.680.2000.55
HSL197.69º51.32%29.8%-
HSV(B)197.69º67.83%45.1%-
XYZ7.689.2917.61-
YUV78.18148.7898.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=15.16%
G=37.70%
B=47.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37921150.680.2000.55197.6951.3229.8
Hex255C734414037c6331e
Octal45134163104240673066336
Binary1001011011100111001110001001010001101111100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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