#256274

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

Shades of Orient #256274

Tints of Orient #256274

Color information

#256274 (or 0x256274) is unknown color: approx Orient. HEX triplet: 25, 62 and 74. RGB value is (37,98,116). Sum of RGB (Red+Green+Blue) = 37+98+116=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #256274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256274 is #DA9D8B. Grayscale: #515151. Windows color (decimal): -14327180 or 7627301. OLE color: 7627301.

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

Color convert

RGB3798116-
CMYK0.680.1600.55
HSL193.67º51.63%30%-
HSV(B)193.67º68.1%45.49%-
XYZ8.2810.3918.09-
YUV81.81147.2996.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=14.74%
G=39.04%
B=46.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37981160.680.1600.55193.6751.6330
Hex2562744410037c2341e
Octal45142164104200673026436
Binary1001011100010111010010001001000001101111100001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256274; }

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

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

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

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

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

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

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

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