#415A67

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

Shades of San Juan #415A67

Tints of San Juan #415A67

Color information

#415A67 (or 0x415A67) is unknown color: approx San Juan. HEX triplet: 41, 5A and 67. RGB value is (65,90,103). Sum of RGB (Red+Green+Blue) = 65+90+103=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #415A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A67 is #BEA598. Grayscale: #535353. Windows color (decimal): -12494233 or 6773313. OLE color: 6773313.

HSL color Cylindrical-coordinate representation of color #415A67: hue angle of 200.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415A67 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6590103-
CMYK0.370.1300.60
HSL200.53º22.62%32.94%-
HSV(B)200.53º36.89%40.39%-
XYZ8.289.4214.21-
YUV84.01138.72114.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=25.19%
G=34.88%
B=39.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65901030.370.1300.60200.5322.6232.94
Hex415A6725D03Cc91721
Octal10113214745150743112741
Binary100000110110101100111100101110101111001100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415A67; }

 p { color: rgb(65,90,103); }

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

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

 a { background-color: rgb(65,90,103); }

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

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

 span { border-color: rgb(65,90,103); }

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