#3A83AE

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

Shades of Curious Blue #3A83AE

Tints of Curious Blue #3A83AE

Color information

#3A83AE (or 0x3A83AE) is unknown color: approx Curious Blue. HEX triplet: 3A, 83 and AE. RGB value is (58,131,174). Sum of RGB (Red+Green+Blue) = 58+131+174=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A83AE is #C57C51. Grayscale: #717171. Windows color (decimal): -12942418 or 11436858. OLE color: 11436858.

HSL color Cylindrical-coordinate representation of color #3A83AE: hue angle of 202.24º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A83AE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58131174-
CMYK0.670.2500.32
HSL202.24º50%45.49%-
HSV(B)202.24º66.67%68.24%-
XYZ17.520.1943.02-
YUV114.07161.8288-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=15.98%
G=36.09%
B=47.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581311740.670.2500.32202.245045.49
Hex3A83AE4319020ca322d
Octal72203256103310403126255
Binary1110101000001110101110100001111001010000011001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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