#3A83BB

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

Shades of Curious Blue #3A83BB

Tints of Curious Blue #3A83BB

Color information

#3A83BB (or 0x3A83BB) is unknown color: approx Curious Blue. HEX triplet: 3A, 83 and BB. RGB value is (58,131,187). Sum of RGB (Red+Green+Blue) = 58+131+187=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A83BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83BB is #C57C44. Grayscale: #737373. Windows color (decimal): -12942405 or 12288826. OLE color: 12288826.

HSL color Cylindrical-coordinate representation of color #3A83BB: hue angle of 206.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A83BB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB58131187-
CMYK0.690.3000.27
HSL206.05º52.65%48.04%-
HSV(B)206.05º68.98%73.33%-
XYZ18.8320.7250.02-
YUV115.56168.3286.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.43%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=15.43%
G=34.84%
B=49.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581311870.690.3000.27206.0552.6548.04
Hex3A83BB451E01Bce3530
Octal72203273105360333166560
Binary111010100000111011101110001011111001101111001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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