#25607A

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

Shades of Orient #25607A

Tints of Orient #25607A

Color information

#25607A (or 0x25607A) is unknown color: approx Orient. HEX triplet: 25, 60 and 7A. RGB value is (37,96,122). Sum of RGB (Red+Green+Blue) = 37+96+122=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #25607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25607A is #DA9F85. Grayscale: #515151. Windows color (decimal): -14327686 or 8020005. OLE color: 8020005.

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

Color convert

RGB3796122-
CMYK0.700.2100.52
HSL198.35º53.46%31.18%-
HSV(B)198.35º69.67%47.84%-
XYZ8.4610.1619.93-
YUV81.32150.9596.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=14.51%
G=37.65%
B=47.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37961220.700.2100.52198.3553.4631.18
Hex25607A4615034c6351f
Octal45140172106250643066537
Binary1001011100000111101010001101010101101001100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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