#3AA0B1

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

Shades of Pelorous #3AA0B1

Tints of Pelorous #3AA0B1

Color information

#3AA0B1 (or 0x3AA0B1) is unknown color: approx Pelorous. HEX triplet: 3A, A0 and B1. RGB value is (58,160,177). Sum of RGB (Red+Green+Blue) = 58+160+177=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #3AA0B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA0B1 is #C55F4E. Grayscale: #838383. Windows color (decimal): -12934991 or 11640890. OLE color: 11640890.

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

Color convert

RGB58160177-
CMYK0.670.1000.31
HSL188.57º50.64%46.08%-
HSV(B)188.57º67.23%69.41%-
XYZ22.2529.2246.06-
YUV131.44153.7175.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.68%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 177 (69.53% from 255) = 44.81%
R=14.68%
G=40.51%
B=44.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581601770.670.1000.31188.5750.6446.08
Hex3AA0B143A01Fbd332e
Octal72240261103120372756356
Binary11101010100000101100011000011101001111110111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,177); }

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

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

 a { background-color: rgb(58,160,177); }

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

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

 span { border-color: rgb(58,160,177); }

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