Html Css Color HEX #3D658A Wedgewood

📋 copy color: '#3D658A'

red 61 ◦ green 101 ◦ blue 138

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

Shades of Wedgewood #3D658A

Tints of Wedgewood #3D658A

RGB

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

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

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

R = 20.33%
G = 33.67%
B = 46%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D658A (or 0x3D658A) is known color: Wedgewood. HEX triplet: 3D, 65 and 8A. RGB value is (61,101,138). Sum of RGB (Red+Green+Blue) = 61+101+138=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D658A is #C29A75. Grayscale: #5D5D5D. Windows color (decimal): -12753526 or 9069885. OLE color: 9069885.

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

Color convert

RGB 61 101 138 -
CMYK 0.56 0.27 0 0.46
HSL 208.83º 0.39% 0.39% -
HSV(B) 208.83º 0.56% 0.54% -
XYZ 11.17 12.13 25.8 -
YUV 93.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 61 101 138 0.56 0.27 0 0.46 208.83 0.39 0.39
Hex 3D 65 8A 38 1B 0 2E D1 27 27
Octal 75 145 212 70 33 0 56 321 47 47
Binary 111101 1100101 10001010 111000 11011 0 101110 11010001 100111 100111

Color Harmonies of #3D658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D658A

Black with #3D658A

Text Example


Text Example

White with #3D658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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