Html Css Color HEX #3E5668 San Juan

📋 copy color: '#3E5668'

red 62 ◦ green 86 ◦ blue 104

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

Shades of San Juan #3E5668

Tints of San Juan #3E5668

RGB

 RED value IS 62 (24.61% from 255) = 24.6%

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

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

R = 24.6%
G = 34.13%
B = 41.27%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E5668 (or 0x3E5668) is known color: San Juan. HEX triplet: 3E, 56 and 68. RGB value is (62,86,104). Sum of RGB (Red+Green+Blue) = 62+86+104=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5668 is #C1A997. Grayscale: #505050. Windows color (decimal): -12691864 or 6837822. OLE color: 6837822.

HSL color Cylindrical-coordinate representation of color #3E5668: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5668 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 86 104 -
CMYK 0.40 0.17 0 0.59
HSL 205.71º 0.25% 0.33% -
HSV(B) 205.71º 0.4% 0.41% -
XYZ 7.81 8.68 14.36 -
YUV 80.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 62 86 104 0.40 0.17 0 0.59 205.71 0.25 0.33
Hex 3E 56 68 28 11 0 3B CE 19 21
Octal 76 126 150 50 21 0 73 316 31 41
Binary 111110 1010110 1101000 101000 10001 0 111011 11001110 11001 100001

Color Harmonies of #3E5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5668

Black with #3E5668

Text Example


Text Example

White with #3E5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,86,104); }

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

background-color css

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

 a { background-color: rgb(62,86,104); }

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

border-color css

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

 span { border-color: rgb(62,86,104); }

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