Html Css Color HEX #415A68 San Juan

📋 copy color: '#415A68'

red 65 ◦ green 90 ◦ blue 104

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

Shades of San Juan #415A68

Tints of San Juan #415A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 25.1%
G = 34.75%
B = 40.15%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#415A68 (or 0x415A68) is known color: San Juan. HEX triplet: 41, 5A and 68. RGB value is (65,90,104). Sum of RGB (Red+Green+Blue) = 65+90+104=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #415A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A68 is #BEA597. Grayscale: #545454. Windows color (decimal): -12494232 or 6838849. OLE color: 6838849.

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

Color convert

RGB 65 90 104 -
CMYK 0.38 0.13 0 0.59
HSL 201.54º 0.23% 0.33% -
HSV(B) 201.54º 0.38% 0.41% -
XYZ 8.33 9.44 14.48 -
YUV 84.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 65 90 104 0.38 0.13 0 0.59 201.54 0.23 0.33
Hex 41 5A 68 26 D 0 3B CA 17 21
Octal 101 132 150 46 15 0 73 312 27 41
Binary 1000001 1011010 1101000 100110 1101 0 111011 11001010 10111 100001

Color Harmonies of #415A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A68

Black with #415A68

Text Example


Text Example

White with #415A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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