#255D7C

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

Shades of Orient #255D7C

Tints of Orient #255D7C

Color information

#255D7C (or 0x255D7C) is unknown color: approx Orient. HEX triplet: 25, 5D and 7C. RGB value is (37,93,124). Sum of RGB (Red+Green+Blue) = 37+93+124=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #255D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7C is #DAA283. Grayscale: #4F4F4F. Windows color (decimal): -14328452 or 8150309. OLE color: 8150309.

HSL color Cylindrical-coordinate representation of color #255D7C: hue angle of 201.38º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255D7C is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3793124-
CMYK0.700.2500.51
HSL201.38º54.04%31.57%-
HSV(B)201.38º70.16%48.63%-
XYZ8.329.6820.5-
YUV79.79152.9597.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=14.57%
G=36.61%
B=48.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37931240.700.2500.51201.3854.0431.57
Hex255D7C4619033c93620
Octal45135174106310633116640
Binary10010110111011111100100011011001011001111001001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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