#425360

Color #425360 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #425360

Tints of San Juan #425360

Color information

#425360 (or 0x425360) is unknown color: approx San Juan. HEX triplet: 42, 53 and 60. RGB value is (66,83,96). Sum of RGB (Red+Green+Blue) = 66+83+96=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #425360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425360 is #BDAC9F. Grayscale: #4F4F4F. Windows color (decimal): -12430496 or 6312770. OLE color: 6312770.

HSL color Cylindrical-coordinate representation of color #425360: hue angle of 206º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425360 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668396-
CMYK0.310.1400.62
HSL206º18.52%31.76%-
HSV(B)206º31.25%37.65%-
XYZ7.458.1912.25-
YUV79.4137.37118.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=26.94%
G=33.88%
B=39.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6683960.310.1400.6220618.5231.76
Hex4253601FE03Ece1320
Octal10212314037160763162340
Binary10000101010011110000011111111001111101100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425360; }

 p { color: rgb(66,83,96); }

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

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

 a { background-color: rgb(66,83,96); }

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

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

 span { border-color: rgb(66,83,96); }

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