#3696BE

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

Shades of Curious Blue #3696BE

Tints of Curious Blue #3696BE

Color information

#3696BE (or 0x3696BE) is unknown color: approx Curious Blue. HEX triplet: 36, 96 and BE. RGB value is (54,150,190). Sum of RGB (Red+Green+Blue) = 54+150+190=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #3696BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696BE is #C96941. Grayscale: #7D7D7D. Windows color (decimal): -13199682 or 12490294. OLE color: 12490294.

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

Color convert

RGB54150190-
CMYK0.720.2100.25
HSL197.65º55.74%47.84%-
HSV(B)197.65º71.58%74.51%-
XYZ21.7226.3152.65-
YUV125.86164.276.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.71%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=13.71%
G=38.07%
B=48.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541501900.720.2100.25197.6555.7447.84
Hex3696BE4815019c63830
Octal66226276110250313067060
Binary110110100101101011111010010001010101100111000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3696BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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