#3680D5

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

Shades of Curious Blue #3680D5

Tints of Curious Blue #3680D5

Color information

#3680D5 (or 0x3680D5) is unknown color: approx Curious Blue. HEX triplet: 36, 80 and D5. RGB value is (54,128,213). Sum of RGB (Red+Green+Blue) = 54+128+213=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #3680D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680D5 is #C97F2A. Grayscale: #737373. Windows color (decimal): -13205291 or 13991990. OLE color: 13991990.

HSL color Cylindrical-coordinate representation of color #3680D5: hue angle of 212.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3680D5 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB54128213-
CMYK0.750.4000.16
HSL212.08º65.43%52.35%-
HSV(B)212.08º74.65%83.53%-
XYZ21.2521.0365.89-
YUV115.56182.9884.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.67%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=13.67%
G=32.41%
B=53.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal541282130.750.4000.16212.0865.4352.35
Hex3680D54B28010d44134
Octal662003251135002032410164
Binary11011010000000110101011001011101000010000110101001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3680D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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