#3A8EB5

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

Shades of Curious Blue #3A8EB5

Tints of Curious Blue #3A8EB5

Color information

#3A8EB5 (or 0x3A8EB5) is unknown color: approx Curious Blue. HEX triplet: 3A, 8E and B5. RGB value is (58,142,181). Sum of RGB (Red+Green+Blue) = 58+142+181=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A8EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8EB5 is #C5714A. Grayscale: #797979. Windows color (decimal): -12939595 or 11898426. OLE color: 11898426.

HSL color Cylindrical-coordinate representation of color #3A8EB5: hue angle of 199.02º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A8EB5 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB58142181-
CMYK0.680.2200.29
HSL199.02º51.46%46.86%-
HSV(B)199.02º67.96%70.98%-
XYZ19.7623.5847.23-
YUV121.33161.6782.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.22%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=15.22%
G=37.27%
B=47.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581421810.680.2200.29199.0251.4646.86
Hex3A8EB5441601Dc7332f
Octal72216265104260353076357
Binary111010100011101011010110001001011001110111000111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,142,181); }

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

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

 a { background-color: rgb(58,142,181); }

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

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

 span { border-color: rgb(58,142,181); }

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