Html Css Color HEX #3C5662 San Juan

📋 copy color: '#3C5662'

red 60 ◦ green 86 ◦ blue 98

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

Shades of San Juan #3C5662

Tints of San Juan #3C5662

RGB

 RED value IS 60 (23.83% from 255) = 24.59%

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 24.59%
G = 35.25%
B = 40.16%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C5662 (or 0x3C5662) is known color: San Juan. HEX triplet: 3C, 56 and 62. RGB value is (60,86,98). Sum of RGB (Red+Green+Blue) = 60+86+98=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5662 is #C3A99D. Grayscale: #4F4F4F. Windows color (decimal): -12822942 or 6444604. OLE color: 6444604.

HSL color Cylindrical-coordinate representation of color #3C5662: hue angle of 198.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5662 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 86 98 -
CMYK 0.39 0.12 0 0.62
HSL 198.95º 0.24% 0.31% -
HSV(B) 198.95º 0.39% 0.38% -
XYZ 7.4 8.5 12.81 -
YUV 79.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 60 86 98 0.39 0.12 0 0.62 198.95 0.24 0.31
Hex 3C 56 62 27 C 0 3E C7 18 1F
Octal 74 126 142 47 14 0 76 307 30 37
Binary 111100 1010110 1100010 100111 1100 0 111110 11000111 11000 11111

Color Harmonies of #3C5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5662

Black with #3C5662

Text Example


Text Example

White with #3C5662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C5662; }

 p { color: rgb(60,86,98); }

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

background-color css

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

 a { background-color: rgb(60,86,98); }

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

border-color css

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

 span { border-color: rgb(60,86,98); }

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