#30A5BF

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

Shades of Pelorous #30A5BF

Tints of Pelorous #30A5BF

Color information

#30A5BF (or 0x30A5BF) is unknown color: approx Pelorous. HEX triplet: 30, A5 and BF. RGB value is (48,165,191). Sum of RGB (Red+Green+Blue) = 48+165+191=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #30A5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A5BF is #CF5A40. Grayscale: #848484. Windows color (decimal): -13589057 or 12559664. OLE color: 12559664.

HSL color Cylindrical-coordinate representation of color #30A5BF: hue angle of 190.91º 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 #30A5BF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48165191-
CMYK0.750.1400.25
HSL190.91º59.83%46.86%-
HSV(B)190.91º74.87%74.9%-
XYZ24.0831.354.06-
YUV132.98160.7467.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.88%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 191 (75% from 255) = 47.28%
R=11.88%
G=40.84%
B=47.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481651910.750.1400.25190.9159.8346.86
Hex30A5BF4BE019bf3c2f
Octal60245277113160312777457
Binary11000010100101101111111001011111001100110111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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