#255673

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

Shades of Orient #255673

Tints of Orient #255673

Color information

#255673 (or 0x255673) is unknown color: approx Orient. HEX triplet: 25, 56 and 73. RGB value is (37,86,115). Sum of RGB (Red+Green+Blue) = 37+86+115=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #255673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255673 is #DAA98C. Grayscale: #4A4A4A. Windows color (decimal): -14330253 or 7558693. OLE color: 7558693.

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

Color convert

RGB3786115-
CMYK0.680.2500.55
HSL202.31º51.32%29.8%-
HSV(B)202.31º67.83%45.1%-
XYZ7.198.2917.44-
YUV74.66150.77101.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=15.55%
G=36.13%
B=48.32%

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
Decimal37861150.680.2500.55202.3151.3229.8
Hex2556734419037ca331e
Octal45126163104310673126336
Binary1001011010110111001110001001100101101111100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255673; }

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

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

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

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

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

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

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

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