Html Css Color HEX #3480AD Curious Blue

📋 copy color: '#3480AD'

red 52 ◦ green 128 ◦ blue 173

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

Shades of Curious Blue #3480AD

Tints of Curious Blue #3480AD

RGB

 RED value IS 52 (20.7% from 255) = 14.73%

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

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

R = 14.73%
G = 36.26%
B = 49.01%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3480AD (or 0x3480AD) is known color: Curious Blue. HEX triplet: 34, 80 and AD. RGB value is (52,128,173). Sum of RGB (Red+Green+Blue) = 52+128+173=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3480AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3480AD is #CB7F52. Grayscale: #6E6E6E. Windows color (decimal): -13336403 or 11370548. OLE color: 11370548.

HSL color Cylindrical-coordinate representation of color #3480AD: hue angle of 202.31º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3480AD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 128 173 -
CMYK 0.70 0.26 0 0.32
HSL 202.31º 0.54% 0.44% -
HSV(B) 202.31º 0.7% 0.68% -
XYZ 16.68 19.19 42.36 -
YUV 110.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 52 128 173 0.70 0.26 0 0.32 202.31 0.54 0.44
Hex 34 80 AD 46 1A 0 20 CA 36 2C
Octal 64 200 255 106 32 0 40 312 66 54
Binary 110100 10000000 10101101 1000110 11010 0 100000 11001010 110110 101100

Color Harmonies of #3480AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3480AD

Black with #3480AD

Text Example


Text Example

White with #3480AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3480AD; }

 p { color: rgb(52,128,173); }

 H1.HeaderClassName
 {
   color: #3480AD;
 }
 .AnyTagClassName
 {
   color: #3480AD;
 }
</style>

background-color css

<style>
 a { background-color: #3480AD; }

 a { background-color: rgb(52,128,173); }

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

border-color css

<style>
 span { border-color: #3480AD; }

 span { border-color: rgb(52,128,173); }

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