#3685C2

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

Shades of Curious Blue #3685C2

Tints of Curious Blue #3685C2

Color information

#3685C2 (or 0x3685C2) is unknown color: approx Curious Blue. HEX triplet: 36, 85 and C2. RGB value is (54,133,194). Sum of RGB (Red+Green+Blue) = 54+133+194=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #3685C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685C2 is #C97A3D. Grayscale: #747474. Windows color (decimal): -13204030 or 12748086. OLE color: 12748086.

HSL color Cylindrical-coordinate representation of color #3685C2: hue angle of 206.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3685C2 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB54133194-
CMYK0.720.3100.24
HSL206.14º56.45%48.63%-
HSV(B)206.14º72.16%76.08%-
XYZ19.6521.4554.14-
YUV116.33171.8383.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.17%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 194 (76.17% from 255) = 50.92%
R=14.17%
G=34.91%
B=50.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541331940.720.3100.24206.1456.4548.63
Hex3685C2481F018ce3831
Octal66205302110370303167061
Binary110110100001011100001010010001111101100011001110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3685C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3685C2; }

 p { color: rgb(54,133,194); }

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

<style>
 a { background-color: #3685C2; }

 a { background-color: rgb(54,133,194); }

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

<style>
 span { border-color: #3685C2; }

 span { border-color: rgb(54,133,194); }

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