#255F70

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

Shades of Orient #255F70

Tints of Orient #255F70

Color information

#255F70 (or 0x255F70) is unknown color: approx Orient. HEX triplet: 25, 5F and 70. RGB value is (37,95,112). Sum of RGB (Red+Green+Blue) = 37+95+112=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #255F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F70 is #DAA08F. Grayscale: #4F4F4F. Windows color (decimal): -14327952 or 7364389. OLE color: 7364389.

HSL color Cylindrical-coordinate representation of color #255F70: hue angle of 193.6º degrees, saturation: 0.5, 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 #255F70 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3795112-
CMYK0.670.1500.56
HSL193.6º50.34%29.22%-
HSV(B)193.6º66.96%43.92%-
XYZ7.789.7516.8-
YUV79.6146.2897.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=15.16%
G=38.93%
B=45.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37951120.670.1500.56193.650.3429.22
Hex255F7043F038c2321d
Octal45137160103170703026235
Binary100101101111111100001000011111101110001100001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255F70; }

 p { color: rgb(37,95,112); }

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

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

 a { background-color: rgb(37,95,112); }

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

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

 span { border-color: rgb(37,95,112); }

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