Html Css Color HEX #3C81AC Curious Blue

📋 copy color: '#3C81AC'

red 60 ◦ green 129 ◦ blue 172

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

Shades of Curious Blue #3C81AC

Tints of Curious Blue #3C81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 16.62%
G = 35.73%
B = 47.65%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C81AC (or 0x3C81AC) is known color: Curious Blue. HEX triplet: 3C, 81 and AC. RGB value is (60,129,172). Sum of RGB (Red+Green+Blue) = 60+129+172=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C81AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C81AC is #C37E53. Grayscale: #717171. Windows color (decimal): -12811860 or 11305276. OLE color: 11305276.

HSL color Cylindrical-coordinate representation of color #3C81AC: hue angle of 203.04º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C81AC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 129 172 -
CMYK 0.65 0.25 0 0.33
HSL 203.04º 0.48% 0.45% -
HSV(B) 203.04º 0.65% 0.67% -
XYZ 17.16 19.64 41.92 -
YUV 113.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 60 129 172 0.65 0.25 0 0.33 203.04 0.48 0.45
Hex 3C 81 AC 41 19 0 21 CB 30 2D
Octal 74 201 254 101 31 0 41 313 60 55
Binary 111100 10000001 10101100 1000001 11001 0 100001 11001011 110000 101101

Color Harmonies of #3C81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C81AC

Black with #3C81AC

Text Example


Text Example

White with #3C81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,172); }

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

background-color css

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

 a { background-color: rgb(60,129,172); }

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

border-color css

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

 span { border-color: rgb(60,129,172); }

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