Html Css Color HEX #3C80BC Curious Blue

📋 copy color: '#3C80BC'

red 60 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #3C80BC

Tints of Curious Blue #3C80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 15.96%
G = 34.04%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C80BC (or 0x3C80BC) is known color: Curious Blue. HEX triplet: 3C, 80 and BC. RGB value is (60,128,188). Sum of RGB (Red+Green+Blue) = 60+128+188=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C80BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C80BC is #C37F43. Grayscale: #727272. Windows color (decimal): -12812100 or 12353596. OLE color: 12353596.

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

Color convert

RGB 60 128 188 -
CMYK 0.68 0.32 0 0.26
HSL 208.13º 0.52% 0.49% -
HSV(B) 208.13º 0.68% 0.74% -
XYZ 18.66 20.03 50.46 -
YUV 114.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 60 128 188 0.68 0.32 0 0.26 208.13 0.52 0.49
Hex 3C 80 BC 44 20 0 1A D0 34 31
Octal 74 200 274 104 40 0 32 320 64 61
Binary 111100 10000000 10111100 1000100 100000 0 11010 11010000 110100 110001

Color Harmonies of #3C80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C80BC

Black with #3C80BC

Text Example


Text Example

White with #3C80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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