Html Css Color HEX #415360 San Juan

📋 copy color: '#415360'

red 65 ◦ green 83 ◦ blue 96

#415360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Juan #415360

Tints of San Juan #415360

RGB

 RED value IS 65 (25.78% from 255) = 26.64%

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 26.64%
G = 34.02%
B = 39.34%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415360 (or 0x415360) is known color: San Juan. HEX triplet: 41, 53 and 60. RGB value is (65,83,96). Sum of RGB (Red+Green+Blue) = 65+83+96=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #415360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415360 is #BEAC9F. Grayscale: #4F4F4F. Windows color (decimal): -12496032 or 6312769. OLE color: 6312769.

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

Color convert

RGB 65 83 96 -
CMYK 0.32 0.14 0 0.62
HSL 205.16º 0.19% 0.32% -
HSV(B) 205.16º 0.32% 0.38% -
XYZ 7.38 8.15 12.25 -
YUV 79.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 65 83 96 0.32 0.14 0 0.62 205.16 0.19 0.32
Hex 41 53 60 20 E 0 3E CD 13 20
Octal 101 123 140 40 16 0 76 315 23 40
Binary 1000001 1010011 1100000 100000 1110 0 111110 11001101 10011 100000

Color Harmonies of #415360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415360

Black with #415360

Text Example


Text Example

White with #415360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415360; }

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

 H1.HeaderClassName
 {
   color: #415360;
 }
 .AnyTagClassName
 {
   color: #415360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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