#25617A

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

Shades of Orient #25617A

Tints of Orient #25617A

Color information

#25617A (or 0x25617A) is unknown color: approx Orient. HEX triplet: 25, 61 and 7A. RGB value is (37,97,122). Sum of RGB (Red+Green+Blue) = 37+97+122=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #25617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25617A is #DA9E85. Grayscale: #515151. Windows color (decimal): -14327430 or 8020261. OLE color: 8020261.

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

Color convert

RGB3797122-
CMYK0.700.2000.52
HSL197.65º53.46%31.18%-
HSV(B)197.65º69.67%47.84%-
XYZ8.5510.3519.96-
YUV81.91150.6295.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=14.45%
G=37.89%
B=47.66%

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
Decimal37971220.700.2000.52197.6553.4631.18
Hex25617A4614034c6351f
Octal45141172106240643066537
Binary1001011100001111101010001101010001101001100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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