Html Css Color HEX #3D678B Wedgewood

📋 copy color: '#3D678B'

red 61 ◦ green 103 ◦ blue 139

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

Shades of Wedgewood #3D678B

Tints of Wedgewood #3D678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 20.13%
G = 33.99%
B = 45.87%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D678B (or 0x3D678B) is known color: Wedgewood. HEX triplet: 3D, 67 and 8B. RGB value is (61,103,139). Sum of RGB (Red+Green+Blue) = 61+103+139=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 103 (40.62% from 255 or 33.99% 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 #3D678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D678B is #C29874. Grayscale: #5E5E5E. Windows color (decimal): -12753013 or 9135933. OLE color: 9135933.

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

Color convert

RGB 61 103 139 -
CMYK 0.56 0.26 0 0.45
HSL 207.69º 0.39% 0.39% -
HSV(B) 207.69º 0.56% 0.55% -
XYZ 11.43 12.56 26.25 -
YUV 94.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 61 103 139 0.56 0.26 0 0.45 207.69 0.39 0.39
Hex 3D 67 8B 38 1A 0 2D D0 27 27
Octal 75 147 213 70 32 0 55 320 47 47
Binary 111101 1100111 10001011 111000 11010 0 101101 11010000 100111 100111

Color Harmonies of #3D678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D678B

Black with #3D678B

Text Example


Text Example

White with #3D678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,103,139); }

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

background-color css

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

 a { background-color: rgb(61,103,139); }

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

border-color css

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

 span { border-color: rgb(61,103,139); }

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