#3685CE

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

Shades of Curious Blue #3685CE

Tints of Curious Blue #3685CE

Color information

#3685CE (or 0x3685CE) is unknown color: approx Curious Blue. HEX triplet: 36, 85 and CE. RGB value is (54,133,206). Sum of RGB (Red+Green+Blue) = 54+133+206=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3685CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685CE is #C97A31. Grayscale: #757575. Windows color (decimal): -13204018 or 13534518. OLE color: 13534518.

HSL color Cylindrical-coordinate representation of color #3685CE: hue angle of 208.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3685CE is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB54133206-
CMYK0.740.3500.19
HSL208.82º60.8%50.98%-
HSV(B)208.82º73.79%80.78%-
XYZ21.0522.0261.53-
YUV117.7177.8382.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.74%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=13.74%
G=33.84%
B=52.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal541332060.740.3500.19208.8260.850.98
Hex3685CE4A23013d13d33
Octal66205316112430233217563
Binary1101101000010111001110100101010001101001111010001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3685CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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