#3A9EAE

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

Shades of Pelorous #3A9EAE

Tints of Pelorous #3A9EAE

Color information

#3A9EAE (or 0x3A9EAE) is unknown color: approx Pelorous. HEX triplet: 3A, 9E and AE. RGB value is (58,158,174). Sum of RGB (Red+Green+Blue) = 58+158+174=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A9EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9EAE is #C56151. Grayscale: #818181. Windows color (decimal): -12935506 or 11443770. OLE color: 11443770.

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

Color convert

RGB58158174-
CMYK0.670.0900.32
HSL188.28º50%45.49%-
HSV(B)188.28º66.67%68.24%-
XYZ21.6128.4144.39-
YUV129.92152.8776.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.87%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=14.87%
G=40.51%
B=44.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581581740.670.0900.32188.285045.49
Hex3A9EAE439020bc322d
Octal72236256103110402746255
Binary111010100111101010111010000111001010000010111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,158,174); }

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

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

 a { background-color: rgb(58,158,174); }

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

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

 span { border-color: rgb(58,158,174); }

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