Html Css Color HEX #3F698B Wedgewood

📋 copy color: '#3F698B'

red 63 ◦ green 105 ◦ blue 139

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

Shades of Wedgewood #3F698B

Tints of Wedgewood #3F698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 20.52%
G = 34.2%
B = 45.28%

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

#3F698B (or 0x3F698B) is known color: Wedgewood. HEX triplet: 3F, 69 and 8B. RGB value is (63,105,139). Sum of RGB (Red+Green+Blue) = 63+105+139=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F698B is #C09674. Grayscale: #606060. Windows color (decimal): -12621429 or 9136447. OLE color: 9136447.

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

Color convert

RGB 63 105 139 -
CMYK 0.55 0.24 0 0.45
HSL 206.84º 0.38% 0.4% -
HSV(B) 206.84º 0.55% 0.55% -
XYZ 11.76 13.02 26.32 -
YUV 96.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 63 105 139 0.55 0.24 0 0.45 206.84 0.38 0.4
Hex 3F 69 8B 37 18 0 2D CF 26 28
Octal 77 151 213 67 30 0 55 317 46 50
Binary 111111 1101001 10001011 110111 11000 0 101101 11001111 100110 101000

Color Harmonies of #3F698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F698B

Black with #3F698B

Text Example


Text Example

White with #3F698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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