Html Css Color HEX #3486DB Curious Blue

📋 copy color: '#3486DB'

red 52 ◦ green 134 ◦ blue 219

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

Shades of Curious Blue #3486DB

Tints of Curious Blue #3486DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 12.84%
G = 33.09%
B = 54.07%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3486DB (or 0x3486DB) is known color: Curious Blue. HEX triplet: 34, 86 and DB. RGB value is (52,134,219). Sum of RGB (Red+Green+Blue) = 52+134+219=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3486DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486DB is #CB7924. Grayscale: #767676. Windows color (decimal): -13334821 or 14386740. OLE color: 14386740.

HSL color Cylindrical-coordinate representation of color #3486DB: hue angle of 210.54º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3486DB is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 134 219 -
CMYK 0.76 0.39 0 0.14
HSL 210.54º 0.7% 0.53% -
HSV(B) 210.54º 0.76% 0.86% -
XYZ 22.73 22.89 70.24 -
YUV 119.17 184.33 80.09 -
System Red Green Blue C M Y K H S L
Decimal 52 134 219 0.76 0.39 0 0.14 210.54 0.7 0.53
Hex 34 86 DB 4C 27 0 E D3 46 35
Octal 64 206 333 114 47 0 16 323 106 65
Binary 110100 10000110 11011011 1001100 100111 0 1110 11010011 1000110 110101

Color Harmonies of #3486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486DB

Black with #3486DB

Text Example


Text Example

White with #3486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3486DB; }

 p { color: rgb(52,134,219); }

 H1.HeaderClassName
 {
   color: #3486DB;
 }
 .AnyTagClassName
 {
   color: #3486DB;
 }
</style>

background-color css

<style>
 a { background-color: #3486DB; }

 a { background-color: rgb(52,134,219); }

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

border-color css

<style>
 span { border-color: #3486DB; }

 span { border-color: rgb(52,134,219); }

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