#255C7C

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

Shades of Orient #255C7C

Tints of Orient #255C7C

Color information

#255C7C (or 0x255C7C) is unknown color: approx Orient. HEX triplet: 25, 5C and 7C. RGB value is (37,92,124). Sum of RGB (Red+Green+Blue) = 37+92+124=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #255C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C7C is #DAA383. Grayscale: #4F4F4F. Windows color (decimal): -14328708 or 8150053. OLE color: 8150053.

HSL color Cylindrical-coordinate representation of color #255C7C: hue angle of 202.07º 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 #255C7C is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3792124-
CMYK0.700.2600.51
HSL202.07º54.04%31.57%-
HSV(B)202.07º70.16%48.63%-
XYZ8.239.520.47-
YUV79.2153.2897.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=14.62%
G=36.36%
B=49.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37921240.700.2600.51202.0754.0431.57
Hex255C7C461A033ca3620
Octal45134174106320633126640
Binary10010110111001111100100011011010011001111001010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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