#3693BE

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

Shades of Curious Blue #3693BE

Tints of Curious Blue #3693BE

Color information

#3693BE (or 0x3693BE) is unknown color: approx Curious Blue. HEX triplet: 36, 93 and BE. RGB value is (54,147,190). Sum of RGB (Red+Green+Blue) = 54+147+190=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3693BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3693BE is #C96C41. Grayscale: #7B7B7B. Windows color (decimal): -13200450 or 12489526. OLE color: 12489526.

HSL color Cylindrical-coordinate representation of color #3693BE: hue angle of 198.97º 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 #3693BE is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54147190-
CMYK0.720.2300.25
HSL198.97º55.74%47.84%-
HSV(B)198.97º71.58%74.51%-
XYZ21.2525.3752.49-
YUV124.1165.1978-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.81%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=13.81%
G=37.60%
B=48.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541471900.720.2300.25198.9755.7447.84
Hex3693BE4817019c73830
Octal66223276110270313077060
Binary110110100100111011111010010001011101100111000111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3693BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3693BE; }

 p { color: rgb(54,147,190); }

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

<style>
 a { background-color: #3693BE; }

 a { background-color: rgb(54,147,190); }

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

<style>
 span { border-color: #3693BE; }

 span { border-color: rgb(54,147,190); }

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