Html Css Color HEX #3F6389 Wedgewood

📋 copy color: '#3F6389'

red 63 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #3F6389

Tints of Wedgewood #3F6389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 21.07%
G = 33.11%
B = 45.82%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F6389 (or 0x3F6389) is known color: Wedgewood. HEX triplet: 3F, 63 and 89. RGB value is (63,99,137). Sum of RGB (Red+Green+Blue) = 63+99+137=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F6389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6389 is #C09C76. Grayscale: #5C5C5C. Windows color (decimal): -12622967 or 9003839. OLE color: 9003839.

HSL color Cylindrical-coordinate representation of color #3F6389: hue angle of 210.81º 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 #3F6389 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 99 137 -
CMYK 0.54 0.28 0 0.46
HSL 210.81º 0.37% 0.39% -
HSV(B) 210.81º 0.54% 0.54% -
XYZ 11.03 11.79 25.36 -
YUV 92.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 63 99 137 0.54 0.28 0 0.46 210.81 0.37 0.39
Hex 3F 63 89 36 1C 0 2E D3 25 27
Octal 77 143 211 66 34 0 56 323 45 47
Binary 111111 1100011 10001001 110110 11100 0 101110 11010011 100101 100111

Color Harmonies of #3F6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6389

Black with #3F6389

Text Example


Text Example

White with #3F6389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,137); }

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

background-color css

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

 a { background-color: rgb(63,99,137); }

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

border-color css

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

 span { border-color: rgb(63,99,137); }

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