#3684BC

Color #3684BC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3684BC

Tints of Curious Blue #3684BC

Color information

#3684BC (or 0x3684BC) is unknown color: approx Curious Blue. HEX triplet: 36, 84 and BC. RGB value is (54,132,188). Sum of RGB (Red+Green+Blue) = 54+132+188=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 132 (51.95% from 255 or 35.29% 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 #3684BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684BC is #C97B43. Grayscale: #727272. Windows color (decimal): -13204292 or 12354614. OLE color: 12354614.

HSL color Cylindrical-coordinate representation of color #3684BC: hue angle of 205.07º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3684BC is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54132188-
CMYK0.710.3000.26
HSL205.07º55.37%47.45%-
HSV(B)205.07º71.28%73.73%-
XYZ18.8520.9250.62-
YUV115.06169.1684.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.44%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=14.44%
G=35.29%
B=50.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541321880.710.3000.26205.0755.3747.45
Hex3684BC471E01Acd372f
Octal66204274107360323156757
Binary110110100001001011110010001111111001101011001101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3684BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,132,188); }

 H1.HeaderClassName
 {
   color: #3684BC;
 }
 .AnyTagClassName
 {
   color: #3684BC;
 }
</style>
background-color css

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

 a { background-color: rgb(54,132,188); }

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

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

 span { border-color: rgb(54,132,188); }

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