Html Css Color HEX #3480BD Curious Blue

📋 copy color: '#3480BD'

red 52 ◦ green 128 ◦ blue 189

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

Shades of Curious Blue #3480BD

Tints of Curious Blue #3480BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 14.09%
G = 34.69%
B = 51.22%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3480BD (or 0x3480BD) is known color: Curious Blue. HEX triplet: 34, 80 and BD. RGB value is (52,128,189). Sum of RGB (Red+Green+Blue) = 52+128+189=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #3480BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3480BD is #CB7F42. Grayscale: #6F6F6F. Windows color (decimal): -13336387 or 12419124. OLE color: 12419124.

HSL color Cylindrical-coordinate representation of color #3480BD: hue angle of 206.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3480BD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 128 189 -
CMYK 0.72 0.32 0 0.26
HSL 206.72º 0.57% 0.47% -
HSV(B) 206.72º 0.72% 0.74% -
XYZ 18.32 19.84 51.01 -
YUV 112.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 52 128 189 0.72 0.32 0 0.26 206.72 0.57 0.47
Hex 34 80 BD 48 20 0 1A CF 39 2F
Octal 64 200 275 110 40 0 32 317 71 57
Binary 110100 10000000 10111101 1001000 100000 0 11010 11001111 111001 101111

Color Harmonies of #3480BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3480BD

Black with #3480BD

Text Example


Text Example

White with #3480BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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