#3A73BE

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

Shades of Curious Blue #3A73BE

Tints of Curious Blue #3A73BE

Color information

#3A73BE (or 0x3A73BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 73 and BE. RGB value is (58,115,190). Sum of RGB (Red+Green+Blue) = 58+115+190=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73BE is #C58C41. Grayscale: #6A6A6A. Windows color (decimal): -12946498 or 12481338. OLE color: 12481338.

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

Color convert

RGB58115190-
CMYK0.690.3900.25
HSL214.09º53.23%48.63%-
HSV(B)214.09º69.47%74.51%-
XYZ17.1716.8851.07-
YUV106.51175.1293.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=15.98%
G=31.68%
B=52.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581151900.690.3900.25214.0953.2348.63
Hex3A73BE4527019d63531
Octal72163276105470313266561
Binary111010111001110111110100010110011101100111010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,190); }

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

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

 a { background-color: rgb(58,115,190); }

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

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

 span { border-color: rgb(58,115,190); }

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