#3AA5B8

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

Shades of Pelorous #3AA5B8

Tints of Pelorous #3AA5B8

Color information

#3AA5B8 (or 0x3AA5B8) is unknown color: approx Pelorous. HEX triplet: 3A, A5 and B8. RGB value is (58,165,184). Sum of RGB (Red+Green+Blue) = 58+165+184=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #3AA5B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA5B8 is #C55A47. Grayscale: #868686. Windows color (decimal): -12933704 or 12100922. OLE color: 12100922.

HSL color Cylindrical-coordinate representation of color #3AA5B8: hue angle of 189.05º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA5B8 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB58165184-
CMYK0.680.1000.28
HSL189.05º52.07%47.45%-
HSV(B)189.05º68.48%72.16%-
XYZ23.8531.2750.13-
YUV135.17155.5572.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=14.25%
G=40.54%
B=45.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal581651840.680.1000.28189.0552.0747.45
Hex3AA5B844A01Cbd342f
Octal72245270104120342756457
Binary11101010100101101110001000100101001110010111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,165,184); }

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

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

 a { background-color: rgb(58,165,184); }

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

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

 span { border-color: rgb(58,165,184); }

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