#25617B

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

Shades of Orient #25617B

Tints of Orient #25617B

Color information

#25617B (or 0x25617B) is unknown color: approx Orient. HEX triplet: 25, 61 and 7B. RGB value is (37,97,123). Sum of RGB (Red+Green+Blue) = 37+97+123=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #25617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25617B is #DA9E84. Grayscale: #515151. Windows color (decimal): -14327429 or 8085797. OLE color: 8085797.

HSL color Cylindrical-coordinate representation of color #25617B: hue angle of 198.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25617B is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3797123-
CMYK0.700.2100.52
HSL198.14º53.75%31.37%-
HSV(B)198.14º69.92%48.24%-
XYZ8.6110.3720.29-
YUV82.02151.1295.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=14.40%
G=37.74%
B=47.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37971230.700.2100.52198.1453.7531.37
Hex25617B4615034c6361f
Octal45141173106250643066637
Binary1001011100001111101110001101010101101001100011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25617B; }

 p { color: rgb(37,97,123); }

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

<style>
 a { background-color: #25617B; }

 a { background-color: rgb(37,97,123); }

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

<style>
 span { border-color: #25617B; }

 span { border-color: rgb(37,97,123); }

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