#25616F

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

Shades of Orient #25616F

Tints of Orient #25616F

Color information

#25616F (or 0x25616F) is unknown color: approx Orient. HEX triplet: 25, 61 and 6F. RGB value is (37,97,111). Sum of RGB (Red+Green+Blue) = 37+97+111=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #25616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616F is #DA9E90. Grayscale: #505050. Windows color (decimal): -14327441 or 7299365. OLE color: 7299365.

HSL color Cylindrical-coordinate representation of color #25616F: hue angle of 191.35º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25616F is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3797111-
CMYK0.670.1300.56
HSL191.35º50%29.02%-
HSV(B)191.35º66.67%43.53%-
XYZ7.9110.0916.57-
YUV80.66145.1296.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=15.10%
G=39.59%
B=45.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37971110.670.1300.56191.355029.02
Hex25616F43D038bf321d
Octal45141157103150702776235
Binary100101110000111011111000011110101110001011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25616F; }

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

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

<style>
 a { background-color: #25616F; }

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

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

<style>
 span { border-color: #25616F; }

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

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