Html Css Color HEX #3F5462 San Juan

📋 copy color: '#3F5462'

red 63 ◦ green 84 ◦ blue 98

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

Shades of San Juan #3F5462

Tints of San Juan #3F5462

RGB

 RED value IS 63 (25% from 255) = 25.71%

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 25.71%
G = 34.29%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F5462 (or 0x3F5462) is known color: San Juan. HEX triplet: 3F, 54 and 62. RGB value is (63,84,98). Sum of RGB (Red+Green+Blue) = 63+84+98=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5462 is #C0AB9D. Grayscale: #4F4F4F. Windows color (decimal): -12626846 or 6444095. OLE color: 6444095.

HSL color Cylindrical-coordinate representation of color #3F5462: hue angle of 204º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F5462 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 84 98 -
CMYK 0.36 0.14 0 0.62
HSL 204º 0.22% 0.32% -
HSV(B) 204º 0.36% 0.38% -
XYZ 7.42 8.28 12.76 -
YUV 79.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 63 84 98 0.36 0.14 0 0.62 204 0.22 0.32
Hex 3F 54 62 24 E 0 3E CC 16 20
Octal 77 124 142 44 16 0 76 314 26 40
Binary 111111 1010100 1100010 100100 1110 0 111110 11001100 10110 100000

Color Harmonies of #3F5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5462

Black with #3F5462

Text Example


Text Example

White with #3F5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,84,98); }

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

background-color css

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

 a { background-color: rgb(63,84,98); }

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

border-color css

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

 span { border-color: rgb(63,84,98); }

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