#255F71

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

Shades of Orient #255F71

Tints of Orient #255F71

Color information

#255F71 (or 0x255F71) is unknown color: approx Orient. HEX triplet: 25, 5F and 71. RGB value is (37,95,113). Sum of RGB (Red+Green+Blue) = 37+95+113=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #255F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F71 is #DAA08E. Grayscale: #4F4F4F. Windows color (decimal): -14327951 or 7429925. OLE color: 7429925.

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

Color convert

RGB3795113-
CMYK0.670.1600.56
HSL194.21º50.67%29.41%-
HSV(B)194.21º67.26%44.31%-
XYZ7.849.7717.1-
YUV79.71146.7897.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=15.10%
G=38.78%
B=46.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37951130.670.1600.56194.2150.6729.41
Hex255F714310038c2331d
Octal45137161103200703026335
Binary1001011011111111000110000111000001110001100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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