Html Css Color HEX #3486BC Curious Blue

📋 copy color: '#3486BC'

red 52 ◦ green 134 ◦ blue 188

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

Shades of Curious Blue #3486BC

Tints of Curious Blue #3486BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 13.9%
G = 35.83%
B = 50.27%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3486BC (or 0x3486BC) is known color: Curious Blue. HEX triplet: 34, 86 and BC. RGB value is (52,134,188). Sum of RGB (Red+Green+Blue) = 52+134+188=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #3486BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486BC is #CB7943. Grayscale: #737373. Windows color (decimal): -13334852 or 12355124. OLE color: 12355124.

HSL color Cylindrical-coordinate representation of color #3486BC: hue angle of 203.82º 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 #3486BC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 134 188 -
CMYK 0.72 0.29 0 0.26
HSL 203.82º 0.57% 0.47% -
HSV(B) 203.82º 0.72% 0.74% -
XYZ 19.02 21.41 50.71 -
YUV 115.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 52 134 188 0.72 0.29 0 0.26 203.82 0.57 0.47
Hex 34 86 BC 48 1D 0 1A CC 39 2F
Octal 64 206 274 110 35 0 32 314 71 57
Binary 110100 10000110 10111100 1001000 11101 0 11010 11001100 111001 101111

Color Harmonies of #3486BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486BC

Black with #3486BC

Text Example


Text Example

White with #3486BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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