#309BB4

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

Shades of Pelorous #309BB4

Tints of Pelorous #309BB4

Color information

#309BB4 (or 0x309BB4) is unknown color: approx Pelorous. HEX triplet: 30, 9B and B4. RGB value is (48,155,180). Sum of RGB (Red+Green+Blue) = 48+155+180=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #309BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BB4 is #CF644B. Grayscale: #7D7D7D. Windows color (decimal): -13591628 or 11836208. OLE color: 11836208.

HSL color Cylindrical-coordinate representation of color #309BB4: hue angle of 191.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309BB4 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48155180-
CMYK0.730.1400.29
HSL191.36º57.89%44.71%-
HSV(B)191.36º73.33%70.59%-
XYZ21.1827.3747.35-
YUV125.86158.5572.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.53%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=12.53%
G=40.47%
B=47.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481551800.730.1400.29191.3657.8944.71
Hex309BB449E01Dbf3a2d
Octal60233264111160352777255
Binary11000010011011101101001001001111001110110111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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