#255C71

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

Shades of Orient #255C71

Tints of Orient #255C71

Color information

#255C71 (or 0x255C71) is unknown color: approx Orient. HEX triplet: 25, 5C and 71. RGB value is (37,92,113). Sum of RGB (Red+Green+Blue) = 37+92+113=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #255C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C71 is #DAA38E. Grayscale: #4D4D4D. Windows color (decimal): -14328719 or 7429157. OLE color: 7429157.

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

Color convert

RGB3792113-
CMYK0.670.1900.56
HSL196.58º50.67%29.41%-
HSV(B)196.58º67.26%44.31%-
XYZ7.579.2417.01-
YUV77.95147.7898.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=15.29%
G=38.02%
B=46.69%

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
Decimal37921130.670.1900.56196.5850.6729.41
Hex255C714313038c5331d
Octal45134161103230703056335
Binary1001011011100111000110000111001101110001100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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