Html Css Color HEX #3C81AD Curious Blue

📋 copy color: '#3C81AD'

red 60 ◦ green 129 ◦ blue 173

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

Shades of Curious Blue #3C81AD

Tints of Curious Blue #3C81AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 16.57%
G = 35.64%
B = 47.79%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C81AD (or 0x3C81AD) is known color: Curious Blue. HEX triplet: 3C, 81 and AD. RGB value is (60,129,173). Sum of RGB (Red+Green+Blue) = 60+129+173=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C81AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C81AD is #C37E52. Grayscale: #717171. Windows color (decimal): -12811859 or 11370812. OLE color: 11370812.

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

Color convert

RGB 60 129 173 -
CMYK 0.65 0.25 0 0.32
HSL 203.36º 0.48% 0.46% -
HSV(B) 203.36º 0.65% 0.68% -
XYZ 17.26 19.68 42.42 -
YUV 113.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 60 129 173 0.65 0.25 0 0.32 203.36 0.48 0.46
Hex 3C 81 AD 41 19 0 20 CB 30 2E
Octal 74 201 255 101 31 0 40 313 60 56
Binary 111100 10000001 10101101 1000001 11001 0 100000 11001011 110000 101110

Color Harmonies of #3C81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C81AD

Black with #3C81AD

Text Example


Text Example

White with #3C81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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