Html Css Color HEX #3C648D Wedgewood

📋 copy color: '#3C648D'

red 60 ◦ green 100 ◦ blue 141

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

Shades of Wedgewood #3C648D

Tints of Wedgewood #3C648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 19.93%
G = 33.22%
B = 46.84%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C648D (or 0x3C648D) is known color: Wedgewood. HEX triplet: 3C, 64 and 8D. RGB value is (60,100,141). Sum of RGB (Red+Green+Blue) = 60+100+141=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C648D is #C39B72. Grayscale: #5C5C5C. Windows color (decimal): -12819315 or 9266236. OLE color: 9266236.

HSL color Cylindrical-coordinate representation of color #3C648D: hue angle of 210.37º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C648D is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 100 141 -
CMYK 0.57 0.29 0 0.45
HSL 210.37º 0.4% 0.39% -
HSV(B) 210.37º 0.57% 0.55% -
XYZ 11.23 12 26.92 -
YUV 92.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 60 100 141 0.57 0.29 0 0.45 210.37 0.4 0.39
Hex 3C 64 8D 39 1D 0 2D D2 28 27
Octal 74 144 215 71 35 0 55 322 50 47
Binary 111100 1100100 10001101 111001 11101 0 101101 11010010 101000 100111

Color Harmonies of #3C648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C648D

Black with #3C648D

Text Example


Text Example

White with #3C648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,141); }

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

background-color css

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

 a { background-color: rgb(60,100,141); }

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

border-color css

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

 span { border-color: rgb(60,100,141); }

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