#255d74

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

Shades of Orient #255D74

Tints of Orient #255D74

Color information

#255D74 (or 0x255D74) is unknown color: approx Orient. HEX triplet: 25, 5D and 74. RGB value is (37,93,116). Sum of RGB (Red+Green+Blue) = 37+93+116=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #255D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D74 is #DAA28B. Grayscale: #4E4E4E. Windows color (decimal): -14328460 or 7626021. OLE color: 7626021.

HSL color Cylindrical-coordinate representation of color #255D74: hue angle of 197.47º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255D74 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3793116-
CMYK0.680.2000.55
HSL197.47º51.63%30%-
HSV(B)197.47º68.1%45.49%-
XYZ7.839.4817.94-
YUV78.88148.9598.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=15.04%
G=37.80%
B=47.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37931160.680.2000.55197.4751.6330
Hex255D744414037c5341e
Octal45135164104240673056436
Binary1001011011101111010010001001010001101111100010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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