#25627D

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

Shades of Orient #25627D

Tints of Orient #25627D

Color information

#25627D (or 0x25627D) is unknown color: approx Orient. HEX triplet: 25, 62 and 7D. RGB value is (37,98,125). Sum of RGB (Red+Green+Blue) = 37+98+125=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #25627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25627D is #DA9D82. Grayscale: #525252. Windows color (decimal): -14327171 or 8217125. OLE color: 8217125.

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

Color convert

RGB3798125-
CMYK0.700.2200.51
HSL198.41º54.32%31.76%-
HSV(B)198.41º70.4%49.02%-
XYZ8.8310.6120.98-
YUV82.84151.7995.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=14.23%
G=37.69%
B=48.08%

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
Decimal37981250.700.2200.51198.4154.3231.76
Hex25627D4616033c63620
Octal45142175106260633066640
Binary10010111000101111101100011010110011001111000110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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