Html Css Color HEX #3F6688 Wedgewood

📋 copy color: '#3F6688'

red 63 ◦ green 102 ◦ blue 136

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

Shades of Wedgewood #3F6688

Tints of Wedgewood #3F6688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 20.93%
G = 33.89%
B = 45.18%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F6688 (or 0x3F6688) is known color: Wedgewood. HEX triplet: 3F, 66 and 88. RGB value is (63,102,136). Sum of RGB (Red+Green+Blue) = 63+102+136=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6688 is #C09977. Grayscale: #5E5E5E. Windows color (decimal): -12622200 or 8939071. OLE color: 8939071.

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

Color convert

RGB 63 102 136 -
CMYK 0.54 0.25 0 0.47
HSL 207.95º 0.37% 0.39% -
HSV(B) 207.95º 0.54% 0.53% -
XYZ 11.25 12.34 25.08 -
YUV 94.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 63 102 136 0.54 0.25 0 0.47 207.95 0.37 0.39
Hex 3F 66 88 36 19 0 2F D0 25 27
Octal 77 146 210 66 31 0 57 320 45 47
Binary 111111 1100110 10001000 110110 11001 0 101111 11010000 100101 100111

Color Harmonies of #3F6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6688

Black with #3F6688

Text Example


Text Example

White with #3F6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,136); }

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

background-color css

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

 a { background-color: rgb(63,102,136); }

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

border-color css

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

 span { border-color: rgb(63,102,136); }

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