#256272

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

Shades of Orient #256272

Tints of Orient #256272

Color information

#256272 (or 0x256272) is unknown color: approx Orient. HEX triplet: 25, 62 and 72. RGB value is (37,98,114). Sum of RGB (Red+Green+Blue) = 37+98+114=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #256272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256272 is #DA9D8D. Grayscale: #515151. Windows color (decimal): -14327182 or 7496229. OLE color: 7496229.

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

Color convert

RGB3798114-
CMYK0.680.1400.55
HSL192.47º50.99%29.61%-
HSV(B)192.47º67.54%44.71%-
XYZ8.1710.3417.49-
YUV81.58146.2996.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=14.86%
G=39.36%
B=45.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37981140.680.1400.55192.4750.9929.61
Hex25627244E037c0331e
Octal45142162104160673006336
Binary100101110001011100101000100111001101111100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256272; }

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

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

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

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

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

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

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

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