#25637A

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

Shades of Orient #25637A

Tints of Orient #25637A

Color information

#25637A (or 0x25637A) is unknown color: approx Orient. HEX triplet: 25, 63 and 7A. RGB value is (37,99,122). Sum of RGB (Red+Green+Blue) = 37+99+122=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #25637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25637A is #DA9C85. Grayscale: #525252. Windows color (decimal): -14326918 or 8020773. OLE color: 8020773.

HSL color Cylindrical-coordinate representation of color #25637A: hue angle of 196.24º degrees, saturation: 0.53, 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 #25637A is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3799122-
CMYK0.700.1900.52
HSL196.24º53.46%31.18%-
HSV(B)196.24º69.67%47.84%-
XYZ8.7410.7220.02-
YUV83.08149.9695.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=14.34%
G=38.37%
B=47.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37991220.700.1900.52196.2453.4631.18
Hex25637A4613034c4351f
Octal45143172106230643046537
Binary1001011100011111101010001101001101101001100010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25637A; }

 p { color: rgb(37,99,122); }

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

<style>
 a { background-color: #25637A; }

 a { background-color: rgb(37,99,122); }

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

<style>
 span { border-color: #25637A; }

 span { border-color: rgb(37,99,122); }

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