#255D7D

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

Shades of Orient #255D7D

Tints of Orient #255D7D

Color information

#255D7D (or 0x255D7D) is unknown color: approx Orient. HEX triplet: 25, 5D and 7D. RGB value is (37,93,125). Sum of RGB (Red+Green+Blue) = 37+93+125=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #255D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7D is #DAA282. Grayscale: #4F4F4F. Windows color (decimal): -14328451 or 8215845. OLE color: 8215845.

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

Color convert

RGB3793125-
CMYK0.700.2600.51
HSL201.82º54.32%31.76%-
HSV(B)201.82º70.4%49.02%-
XYZ8.389.720.83-
YUV79.9153.4597.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=14.51%
G=36.47%
B=49.02%

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
Decimal37931250.700.2600.51201.8254.3231.76
Hex255D7D461A033ca3620
Octal45135175106320633126640
Binary10010110111011111101100011011010011001111001010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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