Html Css Color HEX #3E6488 Wedgewood

📋 copy color: '#3E6488'

red 62 ◦ green 100 ◦ blue 136

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

Shades of Wedgewood #3E6488

Tints of Wedgewood #3E6488

RGB

 RED value IS 62 (24.61% from 255) = 20.81%

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 20.81%
G = 33.56%
B = 45.64%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E6488 (or 0x3E6488) is known color: Wedgewood. HEX triplet: 3E, 64 and 88. RGB value is (62,100,136). Sum of RGB (Red+Green+Blue) = 62+100+136=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6488 is #C19B77. Grayscale: #5C5C5C. Windows color (decimal): -12688248 or 8938558. OLE color: 8938558.

HSL color Cylindrical-coordinate representation of color #3E6488: hue angle of 209.19º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E6488 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 100 136 -
CMYK 0.54 0.26 0 0.47
HSL 209.19º 0.37% 0.39% -
HSV(B) 209.19º 0.54% 0.53% -
XYZ 10.99 11.92 25.01 -
YUV 92.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 62 100 136 0.54 0.26 0 0.47 209.19 0.37 0.39
Hex 3E 64 88 36 1A 0 2F D1 25 27
Octal 76 144 210 66 32 0 57 321 45 47
Binary 111110 1100100 10001000 110110 11010 0 101111 11010001 100101 100111

Color Harmonies of #3E6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6488

Black with #3E6488

Text Example


Text Example

White with #3E6488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,100,136); }

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

background-color css

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

 a { background-color: rgb(62,100,136); }

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

border-color css

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

 span { border-color: rgb(62,100,136); }

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