#255775

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

Shades of Orient #255775

Tints of Orient #255775

Color information

#255775 (or 0x255775) is unknown color: approx Orient. HEX triplet: 25, 57 and 75. RGB value is (37,87,117). Sum of RGB (Red+Green+Blue) = 37+87+117=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #255775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255775 is #DAA88A. Grayscale: #4B4B4B. Windows color (decimal): -14329995 or 7690021. OLE color: 7690021.

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

Color convert

RGB3787117-
CMYK0.680.2600.54
HSL202.5º51.95%30.2%-
HSV(B)202.5º68.38%45.88%-
XYZ7.388.4918.08-
YUV75.47151.44100.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=15.35%
G=36.10%
B=48.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37871170.680.2600.54202.551.9530.2
Hex255775441A036ca341e
Octal45127165104320663126436
Binary1001011010111111010110001001101001101101100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255775; }

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

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

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

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

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

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

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

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