#425B6A

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

Shades of San Juan #425B6A

Tints of San Juan #425B6A

Color information

#425B6A (or 0x425B6A) is unknown color: approx San Juan. HEX triplet: 42, 5B and 6A. RGB value is (66,91,106). Sum of RGB (Red+Green+Blue) = 66+91+106=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #425B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B6A is #BDA495. Grayscale: #555555. Windows color (decimal): -12428438 or 6970178. OLE color: 6970178.

HSL color Cylindrical-coordinate representation of color #425B6A: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #425B6A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6691106-
CMYK0.380.1400.58
HSL202.5º23.26%33.73%-
HSV(B)202.5º37.74%41.57%-
XYZ8.599.6815.05-
YUV85.24139.72114.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 106 (41.80% from 255) = 40.30%
R=25.10%
G=34.60%
B=40.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66911060.380.1400.58202.523.2633.73
Hex425B6A26E03Aca1722
Octal10213315246160723122742
Binary100001010110111101010100110111001110101100101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B6A; }

 p { color: rgb(66,91,106); }

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

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

 a { background-color: rgb(66,91,106); }

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

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

 span { border-color: rgb(66,91,106); }

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