Html Css Color HEX #3C7FAE Curious Blue

📋 copy color: '#3C7FAE'

red 60 ◦ green 127 ◦ blue 174

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

Shades of Curious Blue #3C7FAE

Tints of Curious Blue #3C7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 16.62%
G = 35.18%
B = 48.2%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C7FAE (or 0x3C7FAE) is known color: Curious Blue. HEX triplet: 3C, 7F and AE. RGB value is (60,127,174). Sum of RGB (Red+Green+Blue) = 60+127+174=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7FAE is #C38051. Grayscale: #707070. Windows color (decimal): -12812370 or 11435836. OLE color: 11435836.

HSL color Cylindrical-coordinate representation of color #3C7FAE: hue angle of 204.74º 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 #3C7FAE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 127 174 -
CMYK 0.66 0.27 0 0.32
HSL 204.74º 0.49% 0.46% -
HSV(B) 204.74º 0.66% 0.68% -
XYZ 17.09 19.2 42.85 -
YUV 112.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 60 127 174 0.66 0.27 0 0.32 204.74 0.49 0.46
Hex 3C 7F AE 42 1B 0 20 CD 31 2E
Octal 74 177 256 102 33 0 40 315 61 56
Binary 111100 1111111 10101110 1000010 11011 0 100000 11001101 110001 101110

Color Harmonies of #3C7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7FAE

Black with #3C7FAE

Text Example


Text Example

White with #3C7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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