#309BB1

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

Shades of Pelorous #309BB1

Tints of Pelorous #309BB1

Color information

#309BB1 (or 0x309BB1) is unknown color: approx Pelorous. HEX triplet: 30, 9B and B1. RGB value is (48,155,177). Sum of RGB (Red+Green+Blue) = 48+155+177=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #309BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BB1 is #CF644E. Grayscale: #7D7D7D. Windows color (decimal): -13591631 or 11639600. OLE color: 11639600.

HSL color Cylindrical-coordinate representation of color #309BB1: hue angle of 190.23º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309BB1 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48155177-
CMYK0.730.1200.31
HSL190.23º57.33%44.12%-
HSV(B)190.23º72.88%69.41%-
XYZ20.8827.2545.75-
YUV125.52157.0572.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.63%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=12.63%
G=40.79%
B=46.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481551770.730.1200.31190.2357.3344.12
Hex309BB149C01Fbe392c
Octal60233261111140372767154
Binary11000010011011101100011001001110001111110111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,177); }

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

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

 a { background-color: rgb(48,155,177); }

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

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

 span { border-color: rgb(48,155,177); }

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