#255672

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

Shades of Orient #255672

Tints of Orient #255672

Color information

#255672 (or 0x255672) is unknown color: approx Orient. HEX triplet: 25, 56 and 72. RGB value is (37,86,114). Sum of RGB (Red+Green+Blue) = 37+86+114=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #255672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255672 is #DAA98D. Grayscale: #4A4A4A. Windows color (decimal): -14330254 or 7493157. OLE color: 7493157.

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

Color convert

RGB3786114-
CMYK0.680.2500.55
HSL201.82º50.99%29.61%-
HSV(B)201.82º67.54%44.71%-
XYZ7.138.2617.14-
YUV74.54150.27101.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=15.61%
G=36.29%
B=48.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37861140.680.2500.55201.8250.9929.61
Hex2556724419037ca331e
Octal45126162104310673126336
Binary1001011010110111001010001001100101101111100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255672; }

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

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

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

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

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

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

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

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