#309CBA

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

Shades of Pelorous #309CBA

Tints of Pelorous #309CBA

Color information

#309CBA (or 0x309CBA) is unknown color: approx Pelorous. HEX triplet: 30, 9C and BA. RGB value is (48,156,186). Sum of RGB (Red+Green+Blue) = 48+156+186=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #309CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CBA is #CF6345. Grayscale: #7E7E7E. Windows color (decimal): -13591366 or 12229680. OLE color: 12229680.

HSL color Cylindrical-coordinate representation of color #309CBA: hue angle of 193.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309CBA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48156186-
CMYK0.740.1600.27
HSL193.04º58.97%45.88%-
HSV(B)193.04º74.19%72.94%-
XYZ21.9727.9550.69-
YUV127.13161.2271.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.31%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=12.31%
G=40%
B=47.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481561860.740.1600.27193.0458.9745.88
Hex309CBA4A1001Bc13b2e
Octal60234272112200333017356
Binary110000100111001011101010010101000001101111000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,186); }

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

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

 a { background-color: rgb(48,156,186); }

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

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

 span { border-color: rgb(48,156,186); }

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