Html Css Color HEX #415F70 San Juan

📋 copy color: '#415F70'

red 65 ◦ green 95 ◦ blue 112

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

Shades of San Juan #415F70

Tints of San Juan #415F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 23.9%
G = 34.93%
B = 41.18%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415F70 (or 0x415F70) is known color: San Juan. HEX triplet: 41, 5F and 70. RGB value is (65,95,112). Sum of RGB (Red+Green+Blue) = 65+95+112=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #415F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F70 is #BEA08F. Grayscale: #575757. Windows color (decimal): -12492944 or 7364417. OLE color: 7364417.

HSL color Cylindrical-coordinate representation of color #415F70: hue angle of 201.7º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415F70 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 95 112 -
CMYK 0.42 0.15 0 0.56
HSL 201.7º 0.27% 0.35% -
HSV(B) 201.7º 0.42% 0.44% -
XYZ 9.2 10.48 16.87 -
YUV 87.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 65 95 112 0.42 0.15 0 0.56 201.7 0.27 0.35
Hex 41 5F 70 2A F 0 38 CA 1B 23
Octal 101 137 160 52 17 0 70 312 33 43
Binary 1000001 1011111 1110000 101010 1111 0 111000 11001010 11011 100011

Color Harmonies of #415F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F70

Black with #415F70

Text Example


Text Example

White with #415F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,112); }

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

background-color css

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

 a { background-color: rgb(65,95,112); }

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

border-color css

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

 span { border-color: rgb(65,95,112); }

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