#255972

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

Shades of Orient #255972

Tints of Orient #255972

Color information

#255972 (or 0x255972) is unknown color: approx Orient. HEX triplet: 25, 59 and 72. RGB value is (37,89,114). Sum of RGB (Red+Green+Blue) = 37+89+114=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #255972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255972 is #DAA68D. Grayscale: #4C4C4C. Windows color (decimal): -14329486 or 7493925. OLE color: 7493925.

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

Color convert

RGB3789114-
CMYK0.680.2200.55
HSL199.48º50.99%29.61%-
HSV(B)199.48º67.54%44.71%-
XYZ7.378.7517.22-
YUV76.3149.2799.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=15.42%
G=37.08%
B=47.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37891140.680.2200.55199.4850.9929.61
Hex2559724416037c7331e
Octal45131162104260673076336
Binary1001011011001111001010001001011001101111100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255972; }

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

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

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

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

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

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

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

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