#3A83BE

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

Shades of Curious Blue #3A83BE

Tints of Curious Blue #3A83BE

Color information

#3A83BE (or 0x3A83BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 83 and BE. RGB value is (58,131,190). Sum of RGB (Red+Green+Blue) = 58+131+190=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A83BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83BE is #C57C41. Grayscale: #737373. Windows color (decimal): -12942402 or 12485434. OLE color: 12485434.

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

Color convert

RGB58131190-
CMYK0.690.3100.25
HSL206.82º53.23%48.63%-
HSV(B)206.82º69.47%74.51%-
XYZ19.1620.8551.73-
YUV115.9169.8286.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=15.30%
G=34.56%
B=50.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581311900.690.3100.25206.8253.2348.63
Hex3A83BE451F019cf3531
Octal72203276105370313176561
Binary111010100000111011111010001011111101100111001111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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