#25606F

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

Shades of Orient #25606F

Tints of Orient #25606F

Color information

#25606F (or 0x25606F) is unknown color: approx Orient. HEX triplet: 25, 60 and 6F. RGB value is (37,96,111). Sum of RGB (Red+Green+Blue) = 37+96+111=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #25606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606F is #DA9F90. Grayscale: #4F4F4F. Windows color (decimal): -14327697 or 7299109. OLE color: 7299109.

HSL color Cylindrical-coordinate representation of color #25606F: hue angle of 192.16º 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 #25606F is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3796111-
CMYK0.670.1400.56
HSL192.16º50%29.02%-
HSV(B)192.16º66.67%43.53%-
XYZ7.829.9116.54-
YUV80.07145.4597.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=15.16%
G=39.34%
B=45.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37961110.670.1400.56192.165029.02
Hex25606F43E038c0321d
Octal45140157103160703006235
Binary100101110000011011111000011111001110001100000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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