Html Css Color HEX #3D638D Wedgewood

📋 copy color: '#3D638D'

red 61 ◦ green 99 ◦ blue 141

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

Shades of Wedgewood #3D638D

Tints of Wedgewood #3D638D

RGB

 RED value IS 61 (24.22% from 255) = 20.27%

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 20.27%
G = 32.89%
B = 46.84%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D638D (or 0x3D638D) is known color: Wedgewood. HEX triplet: 3D, 63 and 8D. RGB value is (61,99,141). Sum of RGB (Red+Green+Blue) = 61+99+141=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D638D is #C29C72. Grayscale: #5C5C5C. Windows color (decimal): -12754035 or 9265981. OLE color: 9265981.

HSL color Cylindrical-coordinate representation of color #3D638D: hue angle of 211.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D638D is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 99 141 -
CMYK 0.57 0.30 0 0.45
HSL 211.5º 0.4% 0.4% -
HSV(B) 211.5º 0.57% 0.55% -
XYZ 11.19 11.84 26.89 -
YUV 92.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 61 99 141 0.57 0.30 0 0.45 211.5 0.4 0.4
Hex 3D 63 8D 39 1E 0 2D D4 28 28
Octal 75 143 215 71 36 0 55 324 50 50
Binary 111101 1100011 10001101 111001 11110 0 101101 11010100 101000 101000

Color Harmonies of #3D638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D638D

Black with #3D638D

Text Example


Text Example

White with #3D638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,141); }

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

background-color css

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

 a { background-color: rgb(61,99,141); }

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

border-color css

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

 span { border-color: rgb(61,99,141); }

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