Html Css Color HEX #3C638E Wedgewood

📋 copy color: '#3C638E'

red 60 ◦ green 99 ◦ blue 142

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

Shades of Wedgewood #3C638E

Tints of Wedgewood #3C638E

RGB

 RED value IS 60 (23.83% from 255) = 19.93%

 GREEN value IS 99 (39.06% from 255) = 32.89%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 19.93%
G = 32.89%
B = 47.18%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C638E (or 0x3C638E) is known color: Wedgewood. HEX triplet: 3C, 63 and 8E. RGB value is (60,99,142). Sum of RGB (Red+Green+Blue) = 60+99+142=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C638E is #C39C71. Grayscale: #5C5C5C. Windows color (decimal): -12819570 or 9331516. OLE color: 9331516.

HSL color Cylindrical-coordinate representation of color #3C638E: hue angle of 211.46º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C638E is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 99 142 -
CMYK 0.58 0.30 0 0.44
HSL 211.46º 0.41% 0.4% -
HSV(B) 211.46º 0.58% 0.56% -
XYZ 11.21 11.84 27.29 -
YUV 92.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 60 99 142 0.58 0.30 0 0.44 211.46 0.41 0.4
Hex 3C 63 8E 3A 1E 0 2C D3 29 28
Octal 74 143 216 72 36 0 54 323 51 50
Binary 111100 1100011 10001110 111010 11110 0 101100 11010011 101001 101000

Color Harmonies of #3C638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C638E

Black with #3C638E

Text Example


Text Example

White with #3C638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,142); }

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

background-color css

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

 a { background-color: rgb(60,99,142); }

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

border-color css

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

 span { border-color: rgb(60,99,142); }

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