#425C6B

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

Shades of San Juan #425C6B

Tints of San Juan #425C6B

Color information

#425C6B (or 0x425C6B) is unknown color: approx San Juan. HEX triplet: 42, 5C and 6B. RGB value is (66,92,107). Sum of RGB (Red+Green+Blue) = 66+92+107=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #425C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C6B is #BDA394. Grayscale: #555555. Windows color (decimal): -12428181 or 7035970. OLE color: 7035970.

HSL color Cylindrical-coordinate representation of color #425C6B: hue angle of 201.95º degrees, saturation: 0.24, 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 #425C6B is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6692107-
CMYK0.380.1400.58
HSL201.95º23.7%33.92%-
HSV(B)201.95º38.32%41.96%-
XYZ8.739.8715.36-
YUV85.94139.89113.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=24.91%
G=34.72%
B=40.38%

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
Decimal66921070.380.1400.58201.9523.733.92
Hex425C6B26E03Aca1822
Octal10213415346160723123042
Binary100001010111001101011100110111001110101100101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,107); }

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

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

 a { background-color: rgb(66,92,107); }

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

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

 span { border-color: rgb(66,92,107); }

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