#3680AC

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

Shades of Curious Blue #3680AC

Tints of Curious Blue #3680AC

Color information

#3680AC (or 0x3680AC) is unknown color: approx Curious Blue. HEX triplet: 36, 80 and AC. RGB value is (54,128,172). Sum of RGB (Red+Green+Blue) = 54+128+172=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #3680AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3680AC is #C97F53. Grayscale: #6E6E6E. Windows color (decimal): -13205332 or 11305014. OLE color: 11305014.

HSL color Cylindrical-coordinate representation of color #3680AC: hue angle of 202.37º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3680AC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54128172-
CMYK0.690.2600.33
HSL202.37º52.21%44.31%-
HSV(B)202.37º68.6%67.45%-
XYZ16.6919.241.86-
YUV110.89162.4887.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=15.25%
G=36.16%
B=48.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541281720.690.2600.33202.3752.2144.31
Hex3680AC451A021ca342c
Octal66200254105320413126454
Binary1101101000000010101100100010111010010000111001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3680AC; }

 p { color: rgb(54,128,172); }

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

<style>
 a { background-color: #3680AC; }

 a { background-color: rgb(54,128,172); }

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

<style>
 span { border-color: #3680AC; }

 span { border-color: rgb(54,128,172); }

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