#3B7AC1

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

Shades of Curious Blue #3B7AC1

Tints of Curious Blue #3B7AC1

Color information

#3B7AC1 (or 0x3B7AC1) is unknown color: approx Curious Blue. HEX triplet: 3B, 7A and C1. RGB value is (59,122,193). Sum of RGB (Red+Green+Blue) = 59+122+193=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B7AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7AC1 is #C4853E. Grayscale: #6E6E6E. Windows color (decimal): -12879167 or 12679739. OLE color: 12679739.

HSL color Cylindrical-coordinate representation of color #3B7AC1: hue angle of 211.79º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7AC1 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB59122193-
CMYK0.690.3700.24
HSL211.79º53.17%49.41%-
HSV(B)211.79º69.43%75.69%-
XYZ18.3918.753.09-
YUV111.26174.1390.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.78%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=15.78%
G=32.62%
B=51.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591221930.690.3700.24211.7953.1749.41
Hex3B7AC14525018d43531
Octal73172301105450303246561
Binary111011111101011000001100010110010101100011010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7AC1; }

 p { color: rgb(59,122,193); }

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

<style>
 a { background-color: #3B7AC1; }

 a { background-color: rgb(59,122,193); }

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

<style>
 span { border-color: #3B7AC1; }

 span { border-color: rgb(59,122,193); }

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