#255D7B

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

Shades of Orient #255D7B

Tints of Orient #255D7B

Color information

#255D7B (or 0x255D7B) is unknown color: approx Orient. HEX triplet: 25, 5D and 7B. RGB value is (37,93,123). Sum of RGB (Red+Green+Blue) = 37+93+123=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #255D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7B is #DAA284. Grayscale: #4F4F4F. Windows color (decimal): -14328453 or 8084773. OLE color: 8084773.

HSL color Cylindrical-coordinate representation of color #255D7B: hue angle of 200.93º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255D7B is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3793123-
CMYK0.700.2400.52
HSL200.93º53.75%31.37%-
HSV(B)200.93º69.92%48.24%-
XYZ8.259.6520.17-
YUV79.68152.4597.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=14.62%
G=36.76%
B=48.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37931230.700.2400.52200.9353.7531.37
Hex255D7B4618034c9361f
Octal45135173106300643116637
Binary1001011011101111101110001101100001101001100100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,123); }

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

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

 a { background-color: rgb(37,93,123); }

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

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

 span { border-color: rgb(37,93,123); }

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