Html Css Color HEX #3F628C Wedgewood

📋 copy color: '#3F628C'

red 63 ◦ green 98 ◦ blue 140

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

Shades of Wedgewood #3F628C

Tints of Wedgewood #3F628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 20.93%
G = 32.56%
B = 46.51%

CMYK

 C value IS 0.55

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F628C (or 0x3F628C) is known color: Wedgewood. HEX triplet: 3F, 62 and 8C. RGB value is (63,98,140). Sum of RGB (Red+Green+Blue) = 63+98+140=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F628C is #C09D73. Grayscale: #5C5C5C. Windows color (decimal): -12623220 or 9200191. OLE color: 9200191.

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

Color convert

RGB 63 98 140 -
CMYK 0.55 0.3 0 0.45
HSL 212.73º 0.38% 0.4% -
HSV(B) 212.73º 0.55% 0.55% -
XYZ 11.15 11.69 26.48 -
YUV 92.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 63 98 140 0.55 0.3 0 0.45 212.73 0.38 0.4
Hex 3F 62 8C 37 1E 0 2D D5 26 28
Octal 77 142 214 67 36 0 55 325 46 50
Binary 111111 1100010 10001100 110111 11110 0 101101 11010101 100110 101000

Color Harmonies of #3F628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F628C

Black with #3F628C

Text Example


Text Example

White with #3F628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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