#255A74

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

Shades of Orient #255A74

Tints of Orient #255A74

Color information

#255A74 (or 0x255A74) is unknown color: approx Orient. HEX triplet: 25, 5A and 74. RGB value is (37,90,116). Sum of RGB (Red+Green+Blue) = 37+90+116=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #255A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A74 is #DAA58B. Grayscale: #4C4C4C. Windows color (decimal): -14329228 or 7625253. OLE color: 7625253.

HSL color Cylindrical-coordinate representation of color #255A74: hue angle of 199.75º 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 #255A74 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3790116-
CMYK0.680.2200.55
HSL199.75º51.63%30%-
HSV(B)199.75º68.1%45.49%-
XYZ7.578.9717.85-
YUV77.12149.9499.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=15.23%
G=37.04%
B=47.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37901160.680.2200.55199.7551.6330
Hex255A744416037c8341e
Octal45132164104260673106436
Binary1001011011010111010010001001011001101111100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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