#255B72

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

Shades of Orient #255B72

Tints of Orient #255B72

Color information

#255B72 (or 0x255B72) is unknown color: approx Orient. HEX triplet: 25, 5B and 72. RGB value is (37,91,114). Sum of RGB (Red+Green+Blue) = 37+91+114=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #255B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B72 is #DAA48D. Grayscale: #4D4D4D. Windows color (decimal): -14328974 or 7494437. OLE color: 7494437.

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

Color convert

RGB3791114-
CMYK0.680.2000.55
HSL197.92º50.99%29.61%-
HSV(B)197.92º67.54%44.71%-
XYZ7.549.0917.28-
YUV77.48148.6199.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=15.29%
G=37.60%
B=47.11%

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
Decimal37911140.680.2000.55197.9250.9929.61
Hex255B724414037c6331e
Octal45133162104240673066336
Binary1001011011011111001010001001010001101111100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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