#30A3BF

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

Shades of Pelorous #30A3BF

Tints of Pelorous #30A3BF

Color information

#30A3BF (or 0x30A3BF) is unknown color: approx Pelorous. HEX triplet: 30, A3 and BF. RGB value is (48,163,191). Sum of RGB (Red+Green+Blue) = 48+163+191=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #30A3BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A3BF is #CF5C40. Grayscale: #838383. Windows color (decimal): -13589569 or 12559152. OLE color: 12559152.

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

Color convert

RGB48163191-
CMYK0.750.1500.25
HSL191.75º59.83%46.86%-
HSV(B)191.75º74.87%74.9%-
XYZ23.7230.5853.94-
YUV131.81161.468.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.94%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 191 (75% from 255) = 47.51%
R=11.94%
G=40.55%
B=47.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481631910.750.1500.25191.7559.8346.86
Hex30A3BF4BF019c03c2f
Octal60243277113170313007457
Binary11000010100011101111111001011111101100111000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,163,191); }

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

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

 a { background-color: rgb(48,163,191); }

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

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

 span { border-color: rgb(48,163,191); }

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