Html Css Color HEX #3F6786 Wedgewood

📋 copy color: '#3F6786'

red 63 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #3F6786

Tints of Wedgewood #3F6786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 21%
G = 34.33%
B = 44.67%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F6786 (or 0x3F6786) is known color: Wedgewood. HEX triplet: 3F, 67 and 86. RGB value is (63,103,134). Sum of RGB (Red+Green+Blue) = 63+103+134=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F6786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6786 is #C09879. Grayscale: #5E5E5E. Windows color (decimal): -12621946 or 8808255. OLE color: 8808255.

HSL color Cylindrical-coordinate representation of color #3F6786: hue angle of 206.2º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6786 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 103 134 -
CMYK 0.53 0.23 0 0.47
HSL 206.2º 0.36% 0.39% -
HSV(B) 206.2º 0.53% 0.53% -
XYZ 11.2 12.48 24.37 -
YUV 94.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 63 103 134 0.53 0.23 0 0.47 206.2 0.36 0.39
Hex 3F 67 86 35 17 0 2F CE 24 27
Octal 77 147 206 65 27 0 57 316 44 47
Binary 111111 1100111 10000110 110101 10111 0 101111 11001110 100100 100111

Color Harmonies of #3F6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6786

Black with #3F6786

Text Example


Text Example

White with #3F6786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,103,134); }

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

background-color css

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

 a { background-color: rgb(63,103,134); }

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

border-color css

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

 span { border-color: rgb(63,103,134); }

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