Html Css Color HEX #3D648A Wedgewood

📋 copy color: '#3D648A'

red 61 ◦ green 100 ◦ blue 138

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

Shades of Wedgewood #3D648A

Tints of Wedgewood #3D648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 20.4%
G = 33.44%
B = 46.15%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D648A (or 0x3D648A) is known color: Wedgewood. HEX triplet: 3D, 64 and 8A. RGB value is (61,100,138). Sum of RGB (Red+Green+Blue) = 61+100+138=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D648A is #C29B75. Grayscale: #5C5C5C. Windows color (decimal): -12753782 or 9069629. OLE color: 9069629.

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

Color convert

RGB 61 100 138 -
CMYK 0.56 0.28 0 0.46
HSL 209.61º 0.39% 0.39% -
HSV(B) 209.61º 0.56% 0.54% -
XYZ 11.07 11.94 25.77 -
YUV 92.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 61 100 138 0.56 0.28 0 0.46 209.61 0.39 0.39
Hex 3D 64 8A 38 1C 0 2E D2 27 27
Octal 75 144 212 70 34 0 56 322 47 47
Binary 111101 1100100 10001010 111000 11100 0 101110 11010010 100111 100111

Color Harmonies of #3D648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D648A

Black with #3D648A

Text Example


Text Example

White with #3D648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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