#3A91BE

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

Shades of Curious Blue #3A91BE

Tints of Curious Blue #3A91BE

Color information

#3A91BE (or 0x3A91BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 91 and BE. RGB value is (58,145,190). Sum of RGB (Red+Green+Blue) = 58+145+190=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A91BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A91BE is #C56E41. Grayscale: #7B7B7B. Windows color (decimal): -12938818 or 12489018. OLE color: 12489018.

HSL color Cylindrical-coordinate representation of color #3A91BE: hue angle of 200.45º 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 #3A91BE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58145190-
CMYK0.690.2400.25
HSL200.45º53.23%48.63%-
HSV(B)200.45º69.47%74.51%-
XYZ21.1624.8752.4-
YUV124.12165.1880.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=14.76%
G=36.90%
B=48.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581451900.690.2400.25200.4553.2348.63
Hex3A91BE4518019c83531
Octal72221276105300313106561
Binary111010100100011011111010001011100001100111001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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