#309CBF

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

Shades of Pelorous #309CBF

Tints of Pelorous #309CBF

Color information

#309CBF (or 0x309CBF) is unknown color: approx Pelorous. HEX triplet: 30, 9C and BF. RGB value is (48,156,191). Sum of RGB (Red+Green+Blue) = 48+156+191=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #309CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CBF is #CF6340. Grayscale: #7F7F7F. Windows color (decimal): -13591361 or 12557360. OLE color: 12557360.

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

Color convert

RGB48156191-
CMYK0.750.1800.25
HSL194.69º59.83%46.86%-
HSV(B)194.69º74.87%74.9%-
XYZ22.5128.1753.54-
YUV127.7163.7271.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 191 (75% from 255) = 48.35%
R=12.15%
G=39.49%
B=48.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481561910.750.1800.25194.6959.8346.86
Hex309CBF4B12019c33c2f
Octal60234277113220313037457
Binary110000100111001011111110010111001001100111000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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