#256271

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

Shades of Orient #256271

Tints of Orient #256271

Color information

#256271 (or 0x256271) is unknown color: approx Orient. HEX triplet: 25, 62 and 71. RGB value is (37,98,113). Sum of RGB (Red+Green+Blue) = 37+98+113=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #256271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256271 is #DA9D8E. Grayscale: #515151. Windows color (decimal): -14327183 or 7430693. OLE color: 7430693.

HSL color Cylindrical-coordinate representation of color #256271: hue angle of 191.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256271 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3798113-
CMYK0.670.1300.56
HSL191.84º50.67%29.41%-
HSV(B)191.84º67.26%44.31%-
XYZ8.1110.3217.19-
YUV81.47145.7996.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=14.92%
G=39.52%
B=45.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37981130.670.1300.56191.8450.6729.41
Hex25627143D038c0331d
Octal45142161103150703006335
Binary100101110001011100011000011110101110001100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256271; }

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

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

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

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

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

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

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

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