#3681CA

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

Shades of Curious Blue #3681CA

Tints of Curious Blue #3681CA

Color information

#3681CA (or 0x3681CA) is unknown color: approx Curious Blue. HEX triplet: 36, 81 and CA. RGB value is (54,129,202). Sum of RGB (Red+Green+Blue) = 54+129+202=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #3681CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681CA is #C97E35. Grayscale: #727272. Windows color (decimal): -13205046 or 13271350. OLE color: 13271350.

HSL color Cylindrical-coordinate representation of color #3681CA: hue angle of 209.59º 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 #3681CA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54129202-
CMYK0.730.3600.21
HSL209.59º58.27%50.2%-
HSV(B)209.59º73.27%79.22%-
XYZ20.0320.7558.83-
YUV114.9177.1584.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.03%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=14.03%
G=33.51%
B=52.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541292020.730.3600.21209.5958.2750.2
Hex3681CA4924015d23a32
Octal66201312111440253227262
Binary1101101000000111001010100100110010001010111010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3681CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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