Html Css Color HEX #3D648C Wedgewood

📋 copy color: '#3D648C'

red 61 ◦ green 100 ◦ blue 140

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

Shades of Wedgewood #3D648C

Tints of Wedgewood #3D648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 20.27%
G = 33.22%
B = 46.51%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D648C (or 0x3D648C) is known color: Wedgewood. HEX triplet: 3D, 64 and 8C. RGB value is (61,100,140). Sum of RGB (Red+Green+Blue) = 61+100+140=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 100 (39.45% from 255 or 33.22% 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 #3D648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D648C is #C29B73. Grayscale: #5C5C5C. Windows color (decimal): -12753780 or 9200701. OLE color: 9200701.

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

Color convert

RGB 61 100 140 -
CMYK 0.56 0.29 0 0.45
HSL 210.38º 0.39% 0.39% -
HSV(B) 210.38º 0.56% 0.55% -
XYZ 11.22 12 26.54 -
YUV 92.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 61 100 140 0.56 0.29 0 0.45 210.38 0.39 0.39
Hex 3D 64 8C 38 1D 0 2D D2 27 27
Octal 75 144 214 70 35 0 55 322 47 47
Binary 111101 1100100 10001100 111000 11101 0 101101 11010010 100111 100111

Color Harmonies of #3D648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D648C

Black with #3D648C

Text Example


Text Example

White with #3D648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,100,140); }

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

background-color css

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

 a { background-color: rgb(61,100,140); }

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

border-color css

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

 span { border-color: rgb(61,100,140); }

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