#25627A

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

Shades of Orient #25627A

Tints of Orient #25627A

Color information

#25627A (or 0x25627A) is unknown color: approx Orient. HEX triplet: 25, 62 and 7A. RGB value is (37,98,122). Sum of RGB (Red+Green+Blue) = 37+98+122=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #25627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25627A is #DA9D85. Grayscale: #525252. Windows color (decimal): -14327174 or 8020517. OLE color: 8020517.

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

Color convert

RGB3798122-
CMYK0.700.2000.52
HSL196.94º53.46%31.18%-
HSV(B)196.94º69.67%47.84%-
XYZ8.6410.5319.99-
YUV82.5150.2995.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=14.40%
G=38.13%
B=47.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37981220.700.2000.52196.9453.4631.18
Hex25627A4614034c5351f
Octal45142172106240643056537
Binary1001011100010111101010001101010001101001100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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