Html Css Color HEX #3F6A8C Wedgewood

📋 copy color: '#3F6A8C'

red 63 ◦ green 106 ◦ blue 140

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

Shades of Wedgewood #3F6A8C

Tints of Wedgewood #3F6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 20.39%
G = 34.3%
B = 45.31%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F6A8C (or 0x3F6A8C) is known color: Wedgewood. HEX triplet: 3F, 6A and 8C. RGB value is (63,106,140). Sum of RGB (Red+Green+Blue) = 63+106+140=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F6A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6A8C is #C09573. Grayscale: #606060. Windows color (decimal): -12621172 or 9202239. OLE color: 9202239.

HSL color Cylindrical-coordinate representation of color #3F6A8C: hue angle of 206.49º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F6A8C is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 106 140 -
CMYK 0.55 0.24 0 0.45
HSL 206.49º 0.38% 0.4% -
HSV(B) 206.49º 0.55% 0.55% -
XYZ 11.94 13.26 26.74 -
YUV 97.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 63 106 140 0.55 0.24 0 0.45 206.49 0.38 0.4
Hex 3F 6A 8C 37 18 0 2D CE 26 28
Octal 77 152 214 67 30 0 55 316 46 50
Binary 111111 1101010 10001100 110111 11000 0 101101 11001110 100110 101000

Color Harmonies of #3F6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A8C

Black with #3F6A8C

Text Example


Text Example

White with #3F6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,140); }

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

background-color css

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

 a { background-color: rgb(63,106,140); }

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

border-color css

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

 span { border-color: rgb(63,106,140); }

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