#3AA1B2

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

Shades of Pelorous #3AA1B2

Tints of Pelorous #3AA1B2

Color information

#3AA1B2 (or 0x3AA1B2) is unknown color: approx Pelorous. HEX triplet: 3A, A1 and B2. RGB value is (58,161,178). Sum of RGB (Red+Green+Blue) = 58+161+178=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #3AA1B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA1B2 is #C55E4D. Grayscale: #838383. Windows color (decimal): -12934734 or 11706682. OLE color: 11706682.

HSL color Cylindrical-coordinate representation of color #3AA1B2: hue angle of 188.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AA1B2 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58161178-
CMYK0.670.1000.30
HSL188.5º50.85%46.27%-
HSV(B)188.5º67.42%69.8%-
XYZ22.5329.646.65-
YUV132.14153.8875.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=14.61%
G=40.55%
B=44.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581611780.670.1000.30188.550.8546.27
Hex3AA1B243A01Ebc332e
Octal72241262103120362746356
Binary11101010100001101100101000011101001111010111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,161,178); }

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

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

 a { background-color: rgb(58,161,178); }

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

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

 span { border-color: rgb(58,161,178); }

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