#30A1C2

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

Shades of Pelorous #30A1C2

Tints of Pelorous #30A1C2

Color information

#30A1C2 (or 0x30A1C2) is unknown color: approx Pelorous. HEX triplet: 30, A1 and C2. RGB value is (48,161,194). Sum of RGB (Red+Green+Blue) = 48+161+194=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #30A1C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1C2 is #CF5E3D. Grayscale: #828282. Windows color (decimal): -13590078 or 12755248. OLE color: 12755248.

HSL color Cylindrical-coordinate representation of color #30A1C2: hue angle of 193.56º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30A1C2 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48161194-
CMYK0.750.1700.24
HSL193.56º60.33%47.45%-
HSV(B)193.56º75.26%76.08%-
XYZ23.730.0155.58-
YUV130.98163.5668.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 194 (76.17% from 255) = 48.14%
R=11.91%
G=39.95%
B=48.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481611940.750.1700.24193.5660.3347.45
Hex30A1C24B11018c23c2f
Octal60241302113210303027457
Binary110000101000011100001010010111000101100011000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A1C2; }

 p { color: rgb(48,161,194); }

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

<style>
 a { background-color: #30A1C2; }

 a { background-color: rgb(48,161,194); }

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

<style>
 span { border-color: #30A1C2; }

 span { border-color: rgb(48,161,194); }

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