Html Css Color HEX #3F5862 San Juan

📋 copy color: '#3F5862'

red 63 ◦ green 88 ◦ blue 98

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

Shades of San Juan #3F5862

Tints of San Juan #3F5862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 25.3%
G = 35.34%
B = 39.36%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F5862 (or 0x3F5862) is known color: San Juan. HEX triplet: 3F, 58 and 62. RGB value is (63,88,98). Sum of RGB (Red+Green+Blue) = 63+88+98=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5862 is #C0A79D. Grayscale: #515151. Windows color (decimal): -12625822 or 6445119. OLE color: 6445119.

HSL color Cylindrical-coordinate representation of color #3F5862: hue angle of 197.14º 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 #3F5862 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 88 98 -
CMYK 0.36 0.10 0 0.62
HSL 197.14º 0.22% 0.32% -
HSV(B) 197.14º 0.36% 0.38% -
XYZ 7.74 8.92 12.87 -
YUV 81.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 63 88 98 0.36 0.10 0 0.62 197.14 0.22 0.32
Hex 3F 58 62 24 A 0 3E C5 16 20
Octal 77 130 142 44 12 0 76 305 26 40
Binary 111111 1011000 1100010 100100 1010 0 111110 11000101 10110 100000

Color Harmonies of #3F5862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5862

Black with #3F5862

Text Example


Text Example

White with #3F5862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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