Html Css Color HEX #3E5768 San Juan

📋 copy color: '#3E5768'

red 62 ◦ green 87 ◦ blue 104

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

Shades of San Juan #3E5768

Tints of San Juan #3E5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 24.51%
G = 34.39%
B = 41.11%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E5768 (or 0x3E5768) is known color: San Juan. HEX triplet: 3E, 57 and 68. RGB value is (62,87,104). Sum of RGB (Red+Green+Blue) = 62+87+104=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5768 is #C1A897. Grayscale: #515151. Windows color (decimal): -12691608 or 6838078. OLE color: 6838078.

HSL color Cylindrical-coordinate representation of color #3E5768: hue angle of 204.29º 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 #3E5768 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 87 104 -
CMYK 0.40 0.16 0 0.59
HSL 204.29º 0.25% 0.33% -
HSV(B) 204.29º 0.4% 0.41% -
XYZ 7.89 8.84 14.39 -
YUV 81.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 62 87 104 0.40 0.16 0 0.59 204.29 0.25 0.33
Hex 3E 57 68 28 10 0 3B CC 19 21
Octal 76 127 150 50 20 0 73 314 31 41
Binary 111110 1010111 1101000 101000 10000 0 111011 11001100 11001 100001

Color Harmonies of #3E5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5768

Black with #3E5768

Text Example


Text Example

White with #3E5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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