#3A9EBF

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

Shades of Pelorous #3A9EBF

Tints of Pelorous #3A9EBF

Color information

#3A9EBF (or 0x3A9EBF) is unknown color: approx Pelorous. HEX triplet: 3A, 9E and BF. RGB value is (58,158,191). Sum of RGB (Red+Green+Blue) = 58+158+191=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A9EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9EBF is #C56140. Grayscale: #838383. Windows color (decimal): -12935489 or 12557882. OLE color: 12557882.

HSL color Cylindrical-coordinate representation of color #3A9EBF: hue angle of 194.89º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A9EBF is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58158191-
CMYK0.700.1700.25
HSL194.89º53.41%48.82%-
HSV(B)194.89º69.63%74.9%-
XYZ23.3829.1153.68-
YUV131.86161.3775.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 191 (75% from 255) = 46.93%
R=14.25%
G=38.82%
B=46.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581581910.700.1700.25194.8953.4148.82
Hex3A9EBF4611019c33531
Octal72236277106210313036561
Binary111010100111101011111110001101000101100111000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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