#3696C1

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

Shades of Curious Blue #3696C1

Tints of Curious Blue #3696C1

Color information

#3696C1 (or 0x3696C1) is unknown color: approx Curious Blue. HEX triplet: 36, 96 and C1. RGB value is (54,150,193). Sum of RGB (Red+Green+Blue) = 54+150+193=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #3696C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696C1 is #C9693E. Grayscale: #7D7D7D. Windows color (decimal): -13199679 or 12686902. OLE color: 12686902.

HSL color Cylindrical-coordinate representation of color #3696C1: hue angle of 198.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3696C1 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB54150193-
CMYK0.720.2200.24
HSL198.56º56.28%48.43%-
HSV(B)198.56º72.02%75.69%-
XYZ22.0526.4554.39-
YUV126.2165.776.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.60%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=13.60%
G=37.78%
B=48.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541501930.720.2200.24198.5656.2848.43
Hex3696C14816018c73830
Octal66226301110260303077060
Binary110110100101101100000110010001011001100011000111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3696C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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