Html Css Color HEX #3F698A Wedgewood

📋 copy color: '#3F698A'

red 63 ◦ green 105 ◦ blue 138

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

Shades of Wedgewood #3F698A

Tints of Wedgewood #3F698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 20.59%
G = 34.31%
B = 45.1%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F698A (or 0x3F698A) is known color: Wedgewood. HEX triplet: 3F, 69 and 8A. RGB value is (63,105,138). Sum of RGB (Red+Green+Blue) = 63+105+138=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F698A is #C09675. Grayscale: #606060. Windows color (decimal): -12621430 or 9070911. OLE color: 9070911.

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

Color convert

RGB 63 105 138 -
CMYK 0.54 0.24 0 0.46
HSL 206.4º 0.37% 0.39% -
HSV(B) 206.4º 0.54% 0.54% -
XYZ 11.69 12.99 25.94 -
YUV 96.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 63 105 138 0.54 0.24 0 0.46 206.4 0.37 0.39
Hex 3F 69 8A 36 18 0 2E CE 25 27
Octal 77 151 212 66 30 0 56 316 45 47
Binary 111111 1101001 10001010 110110 11000 0 101110 11001110 100101 100111

Color Harmonies of #3F698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F698A

Black with #3F698A

Text Example


Text Example

White with #3F698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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