Html Css Color HEX #3F658B Wedgewood

📋 copy color: '#3F658B'

red 63 ◦ green 101 ◦ blue 139

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

Shades of Wedgewood #3F658B

Tints of Wedgewood #3F658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 20.79%
G = 33.33%
B = 45.87%

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

#3F658B (or 0x3F658B) is known color: Wedgewood. HEX triplet: 3F, 65 and 8B. RGB value is (63,101,139). Sum of RGB (Red+Green+Blue) = 63+101+139=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F658B is #C09A74. Grayscale: #5D5D5D. Windows color (decimal): -12622453 or 9135423. OLE color: 9135423.

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

Color convert

RGB 63 101 139 -
CMYK 0.55 0.27 0 0.45
HSL 210º 0.38% 0.4% -
HSV(B) 210º 0.55% 0.55% -
XYZ 11.36 12.23 26.19 -
YUV 93.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 63 101 139 0.55 0.27 0 0.45 210 0.38 0.4
Hex 3F 65 8B 37 1B 0 2D D2 26 28
Octal 77 145 213 67 33 0 55 322 46 50
Binary 111111 1100101 10001011 110111 11011 0 101101 11010010 100110 101000

Color Harmonies of #3F658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F658B

Black with #3F658B

Text Example


Text Example

White with #3F658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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