#255975

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

Shades of Orient #255975

Tints of Orient #255975

Color information

#255975 (or 0x255975) is unknown color: approx Orient. HEX triplet: 25, 59 and 75. RGB value is (37,89,117). Sum of RGB (Red+Green+Blue) = 37+89+117=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #255975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255975 is #DAA68A. Grayscale: #4C4C4C. Windows color (decimal): -14329483 or 7690533. OLE color: 7690533.

HSL color Cylindrical-coordinate representation of color #255975: hue angle of 201º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255975 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3789117-
CMYK0.680.2400.54
HSL201º51.95%30.2%-
HSV(B)201º68.38%45.88%-
XYZ7.558.8218.13-
YUV76.64150.7799.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=15.23%
G=36.63%
B=48.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37891170.680.2400.5420151.9530.2
Hex2559754418036c9341e
Octal45131165104300663116436
Binary1001011011001111010110001001100001101101100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255975; }

 p { color: rgb(37,89,117); }

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

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

 a { background-color: rgb(37,89,117); }

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

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

 span { border-color: rgb(37,89,117); }

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