#255B71

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

Shades of Orient #255B71

Tints of Orient #255B71

Color information

#255B71 (or 0x255B71) is unknown color: approx Orient. HEX triplet: 25, 5B and 71. RGB value is (37,91,113). Sum of RGB (Red+Green+Blue) = 37+91+113=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #255B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B71 is #DAA48E. Grayscale: #4D4D4D. Windows color (decimal): -14328975 or 7428901. OLE color: 7428901.

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

Color convert

RGB3791113-
CMYK0.670.1900.56
HSL197.37º50.67%29.41%-
HSV(B)197.37º67.26%44.31%-
XYZ7.489.0716.98-
YUV77.36148.1199.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=15.35%
G=37.76%
B=46.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37911130.670.1900.56197.3750.6729.41
Hex255B714313038c5331d
Octal45133161103230703056335
Binary1001011011011111000110000111001101110001100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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