Html Css Color HEX #3F668B Wedgewood

📋 copy color: '#3F668B'

red 63 ◦ green 102 ◦ blue 139

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

Shades of Wedgewood #3F668B

Tints of Wedgewood #3F668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 20.72%
G = 33.55%
B = 45.72%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F668B (or 0x3F668B) is known color: Wedgewood. HEX triplet: 3F, 66 and 8B. RGB value is (63,102,139). Sum of RGB (Red+Green+Blue) = 63+102+139=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F668B is #C09974. Grayscale: #5E5E5E. Windows color (decimal): -12622197 or 9135679. OLE color: 9135679.

HSL color Cylindrical-coordinate representation of color #3F668B: hue angle of 209.21º 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 #3F668B is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 102 139 -
CMYK 0.55 0.27 0 0.45
HSL 209.21º 0.38% 0.4% -
HSV(B) 209.21º 0.55% 0.55% -
XYZ 11.46 12.42 26.22 -
YUV 94.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 63 102 139 0.55 0.27 0 0.45 209.21 0.38 0.4
Hex 3F 66 8B 37 1B 0 2D D1 26 28
Octal 77 146 213 67 33 0 55 321 46 50
Binary 111111 1100110 10001011 110111 11011 0 101101 11010001 100110 101000

Color Harmonies of #3F668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F668B

Black with #3F668B

Text Example


Text Example

White with #3F668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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