Html Css Color HEX #3C7EAD Curious Blue

📋 copy color: '#3C7EAD'

red 60 ◦ green 126 ◦ blue 173

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

Shades of Curious Blue #3C7EAD

Tints of Curious Blue #3C7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 16.71%
G = 35.1%
B = 48.19%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7EAD (or 0x3C7EAD) is known color: Curious Blue. HEX triplet: 3C, 7E and AD. RGB value is (60,126,173). Sum of RGB (Red+Green+Blue) = 60+126+173=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C7EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EAD is #C38152. Grayscale: #6F6F6F. Windows color (decimal): -12812627 or 11370044. OLE color: 11370044.

HSL color Cylindrical-coordinate representation of color #3C7EAD: hue angle of 204.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C7EAD is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 126 173 -
CMYK 0.65 0.27 0 0.32
HSL 204.96º 0.48% 0.46% -
HSV(B) 204.96º 0.65% 0.68% -
XYZ 16.87 18.9 42.29 -
YUV 111.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 60 126 173 0.65 0.27 0 0.32 204.96 0.48 0.46
Hex 3C 7E AD 41 1B 0 20 CD 30 2E
Octal 74 176 255 101 33 0 40 315 60 56
Binary 111100 1111110 10101101 1000001 11011 0 100000 11001101 110000 101110

Color Harmonies of #3C7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7EAD

Black with #3C7EAD

Text Example


Text Example

White with #3C7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,126,173); }

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

background-color css

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

 a { background-color: rgb(60,126,173); }

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

border-color css

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

 span { border-color: rgb(60,126,173); }

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