#435C70

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

Shades of San Juan #435C70

Tints of San Juan #435C70

Color information

#435C70 (or 0x435C70) is unknown color: approx San Juan. HEX triplet: 43, 5C and 70. RGB value is (67,92,112). Sum of RGB (Red+Green+Blue) = 67+92+112=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #435C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C70 is #BCA38F. Grayscale: #565656. Windows color (decimal): -12362640 or 7363651. OLE color: 7363651.

HSL color Cylindrical-coordinate representation of color #435C70: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435C70 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6792112-
CMYK0.400.1800.56
HSL206.67º25.14%35.1%-
HSV(B)206.67º40.18%43.92%-
XYZ9.0710.0216.78-
YUV86.8142.22113.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=24.72%
G=33.95%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67921120.400.1800.56206.6725.1435.1
Hex435C702812038cf1923
Octal10313416050220703173143
Binary1000011101110011100001010001001001110001100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435C70; }

 p { color: rgb(67,92,112); }

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

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

 a { background-color: rgb(67,92,112); }

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

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

 span { border-color: rgb(67,92,112); }

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