Html Css Color HEX #3C7EAE Curious Blue

📋 copy color: '#3C7EAE'

red 60 ◦ green 126 ◦ blue 174

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

Shades of Curious Blue #3C7EAE

Tints of Curious Blue #3C7EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 16.67%
G = 35%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7EAE (or 0x3C7EAE) is known color: Curious Blue. HEX triplet: 3C, 7E and AE. RGB value is (60,126,174). Sum of RGB (Red+Green+Blue) = 60+126+174=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EAE is #C38151. Grayscale: #6F6F6F. Windows color (decimal): -12812626 or 11435580. OLE color: 11435580.

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

Color convert

RGB 60 126 174 -
CMYK 0.66 0.28 0 0.32
HSL 205.26º 0.49% 0.46% -
HSV(B) 205.26º 0.66% 0.68% -
XYZ 16.96 18.94 42.81 -
YUV 111.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 60 126 174 0.66 0.28 0 0.32 205.26 0.49 0.46
Hex 3C 7E AE 42 1C 0 20 CD 31 2E
Octal 74 176 256 102 34 0 40 315 61 56
Binary 111100 1111110 10101110 1000010 11100 0 100000 11001101 110001 101110

Color Harmonies of #3C7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7EAE

Black with #3C7EAE

Text Example


Text Example

White with #3C7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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