#25617D

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

Shades of Orient #25617D

Tints of Orient #25617D

Color information

#25617D (or 0x25617D) is unknown color: approx Orient. HEX triplet: 25, 61 and 7D. RGB value is (37,97,125). Sum of RGB (Red+Green+Blue) = 37+97+125=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #25617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25617D is #DA9E82. Grayscale: #525252. Windows color (decimal): -14327427 or 8216869. OLE color: 8216869.

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

Color convert

RGB3797125-
CMYK0.700.2200.51
HSL199.09º54.32%31.76%-
HSV(B)199.09º70.4%49.02%-
XYZ8.7410.4220.95-
YUV82.25152.1295.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=14.29%
G=37.45%
B=48.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37971250.700.2200.51199.0954.3231.76
Hex25617D4616033c73620
Octal45141175106260633076640
Binary10010111000011111101100011010110011001111000111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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