Html Css Color HEX #3486BF Curious Blue

📋 copy color: '#3486BF'

red 52 ◦ green 134 ◦ blue 191

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

Shades of Curious Blue #3486BF

Tints of Curious Blue #3486BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 13.79%
G = 35.54%
B = 50.66%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3486BF (or 0x3486BF) is known color: Curious Blue. HEX triplet: 34, 86 and BF. RGB value is (52,134,191). Sum of RGB (Red+Green+Blue) = 52+134+191=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #3486BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486BF is #CB7940. Grayscale: #737373. Windows color (decimal): -13334849 or 12551732. OLE color: 12551732.

HSL color Cylindrical-coordinate representation of color #3486BF: hue angle of 204.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3486BF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 134 191 -
CMYK 0.73 0.30 0 0.25
HSL 204.6º 0.57% 0.48% -
HSV(B) 204.6º 0.73% 0.75% -
XYZ 19.35 21.54 52.43 -
YUV 115.98 170.33 82.37 -
System Red Green Blue C M Y K H S L
Decimal 52 134 191 0.73 0.30 0 0.25 204.6 0.57 0.48
Hex 34 86 BF 49 1E 0 19 CD 39 30
Octal 64 206 277 111 36 0 31 315 71 60
Binary 110100 10000110 10111111 1001001 11110 0 11001 11001101 111001 110000

Color Harmonies of #3486BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486BF

Black with #3486BF

Text Example


Text Example

White with #3486BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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