#309ABF

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

Shades of Pelorous #309ABF

Tints of Pelorous #309ABF

Color information

#309ABF (or 0x309ABF) is unknown color: approx Pelorous. HEX triplet: 30, 9A and BF. RGB value is (48,154,191). Sum of RGB (Red+Green+Blue) = 48+154+191=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #309ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ABF is #CF6540. Grayscale: #7E7E7E. Windows color (decimal): -13591873 or 12556848. OLE color: 12556848.

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

Color convert

RGB48154191-
CMYK0.750.1900.25
HSL195.52º59.83%46.86%-
HSV(B)195.52º74.87%74.9%-
XYZ22.1827.553.43-
YUV126.52164.3871.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.21%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 191 (75% from 255) = 48.60%
R=12.21%
G=39.19%
B=48.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481541910.750.1900.25195.5259.8346.86
Hex309ABF4B13019c43c2f
Octal60232277113230313047457
Binary110000100110101011111110010111001101100111000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309ABF; }

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

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

<style>
 a { background-color: #309ABF; }

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

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

<style>
 span { border-color: #309ABF; }

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

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