#3690BF

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

Shades of Curious Blue #3690BF

Tints of Curious Blue #3690BF

Color information

#3690BF (or 0x3690BF) is unknown color: approx Curious Blue. HEX triplet: 36, 90 and BF. RGB value is (54,144,191). Sum of RGB (Red+Green+Blue) = 54+144+191=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3690BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3690BF is #C96F40. Grayscale: #7A7A7A. Windows color (decimal): -13201217 or 12554294. OLE color: 12554294.

HSL color Cylindrical-coordinate representation of color #3690BF: hue angle of 200.58º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3690BF is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54144191-
CMYK0.720.2500.25
HSL200.58º55.92%48.04%-
HSV(B)200.58º71.73%74.9%-
XYZ20.924.4952.92-
YUV122.45166.6879.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.88%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 49.10%
R=13.88%
G=37.02%
B=49.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541441910.720.2500.25200.5855.9248.04
Hex3690BF4819019c93830
Octal66220277110310313117060
Binary110110100100001011111110010001100101100111001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3690BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3690BF; }

 p { color: rgb(54,144,191); }

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

<style>
 a { background-color: #3690BF; }

 a { background-color: rgb(54,144,191); }

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

<style>
 span { border-color: #3690BF; }

 span { border-color: rgb(54,144,191); }

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