#3691D2

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

Shades of Curious Blue #3691D2

Tints of Curious Blue #3691D2

Color information

#3691D2 (or 0x3691D2) is unknown color: approx Curious Blue. HEX triplet: 36, 91 and D2. RGB value is (54,145,210). Sum of RGB (Red+Green+Blue) = 54+145+210=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #3691D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3691D2 is #C96E2D. Grayscale: #7C7C7C. Windows color (decimal): -13200942 or 13799734. OLE color: 13799734.

HSL color Cylindrical-coordinate representation of color #3691D2: hue angle of 205º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3691D2 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB54145210-
CMYK0.740.3100.18
HSL205º63.41%51.76%-
HSV(B)205º74.29%82.35%-
XYZ23.2825.6964.7-
YUV125.2175.8577.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.20%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 210 (82.42% from 255) = 51.34%
R=13.20%
G=35.45%
B=51.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal541452100.740.3100.1820563.4151.76
Hex3691D24A1F012cd3f34
Octal66221322112370223157764
Binary110110100100011101001010010101111101001011001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3691D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3691D2; }

 p { color: rgb(54,145,210); }

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

<style>
 a { background-color: #3691D2; }

 a { background-color: rgb(54,145,210); }

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

<style>
 span { border-color: #3691D2; }

 span { border-color: rgb(54,145,210); }

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