Html Css Color HEX #3C80AE Curious Blue

📋 copy color: '#3C80AE'

red 60 ◦ green 128 ◦ blue 174

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

Shades of Curious Blue #3C80AE

Tints of Curious Blue #3C80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 16.57%
G = 35.36%
B = 48.07%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C80AE (or 0x3C80AE) is known color: Curious Blue. HEX triplet: 3C, 80 and AE. RGB value is (60,128,174). Sum of RGB (Red+Green+Blue) = 60+128+174=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C80AE is #C37F51. Grayscale: #707070. Windows color (decimal): -12812114 or 11436092. OLE color: 11436092.

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

Color convert

RGB 60 128 174 -
CMYK 0.66 0.26 0 0.32
HSL 204.21º 0.49% 0.46% -
HSV(B) 204.21º 0.66% 0.68% -
XYZ 17.22 19.46 42.89 -
YUV 112.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 60 128 174 0.66 0.26 0 0.32 204.21 0.49 0.46
Hex 3C 80 AE 42 1A 0 20 CC 31 2E
Octal 74 200 256 102 32 0 40 314 61 56
Binary 111100 10000000 10101110 1000010 11010 0 100000 11001100 110001 101110

Color Harmonies of #3C80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C80AE

Black with #3C80AE

Text Example


Text Example

White with #3C80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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