#3A83BC

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

Shades of Curious Blue #3A83BC

Tints of Curious Blue #3A83BC

Color information

#3A83BC (or 0x3A83BC) is unknown color: approx Curious Blue. HEX triplet: 3A, 83 and BC. RGB value is (58,131,188). Sum of RGB (Red+Green+Blue) = 58+131+188=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A83BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83BC is #C57C43. Grayscale: #737373. Windows color (decimal): -12942404 or 12354362. OLE color: 12354362.

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

Color convert

RGB58131188-
CMYK0.690.3000.26
HSL206.31º52.85%48.24%-
HSV(B)206.31º69.15%73.73%-
XYZ18.9420.7650.59-
YUV115.67168.8286.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.38%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=15.38%
G=34.75%
B=49.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581311880.690.3000.26206.3152.8548.24
Hex3A83BC451E01Ace3530
Octal72203274105360323166560
Binary111010100000111011110010001011111001101011001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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