#3A81AC

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

Shades of Curious Blue #3A81AC

Tints of Curious Blue #3A81AC

Color information

#3A81AC (or 0x3A81AC) is unknown color: approx Curious Blue. HEX triplet: 3A, 81 and AC. RGB value is (58,129,172). Sum of RGB (Red+Green+Blue) = 58+129+172=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A81AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A81AC is #C57E53. Grayscale: #707070. Windows color (decimal): -12942932 or 11305274. OLE color: 11305274.

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

Color convert

RGB58129172-
CMYK0.660.2500.33
HSL202.63º49.57%45.1%-
HSV(B)202.63º66.28%67.45%-
XYZ17.0419.5841.91-
YUV112.67161.4889-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=16.16%
G=35.93%
B=47.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581291720.660.2500.33202.6349.5745.1
Hex3A81AC4219021cb322d
Octal72201254102310413136255
Binary1110101000000110101100100001011001010000111001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,172); }

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

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

 a { background-color: rgb(58,129,172); }

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

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

 span { border-color: rgb(58,129,172); }

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