#3685CA

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

Shades of Curious Blue #3685CA

Tints of Curious Blue #3685CA

Color information

#3685CA (or 0x3685CA) is unknown color: approx Curious Blue. HEX triplet: 36, 85 and CA. RGB value is (54,133,202). Sum of RGB (Red+Green+Blue) = 54+133+202=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #3685CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685CA is #C97A35. Grayscale: #747474. Windows color (decimal): -13204022 or 13272374. OLE color: 13272374.

HSL color Cylindrical-coordinate representation of color #3685CA: hue angle of 207.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3685CA is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54133202-
CMYK0.730.3400.21
HSL207.97º58.27%50.2%-
HSV(B)207.97º73.27%79.22%-
XYZ20.5721.8259.01-
YUV117.24175.8382.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.88%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=13.88%
G=34.19%
B=51.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541332020.730.3400.21207.9758.2750.2
Hex3685CA4922015d03a32
Octal66205312111420253207262
Binary1101101000010111001010100100110001001010111010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3685CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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