#3096BF

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

Shades of Pelorous #3096BF

Tints of Pelorous #3096BF

Color information

#3096BF (or 0x3096BF) is unknown color: approx Pelorous. HEX triplet: 30, 96 and BF. RGB value is (48,150,191). Sum of RGB (Red+Green+Blue) = 48+150+191=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3096BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3096BF is #CF6940. Grayscale: #7B7B7B. Windows color (decimal): -13592897 or 12555824. OLE color: 12555824.

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

Color convert

RGB48150191-
CMYK0.750.2100.25
HSL197.2º59.83%46.86%-
HSV(B)197.2º74.87%74.9%-
XYZ21.5326.253.21-
YUV124.18165.7173.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 191 (75% from 255) = 49.10%
R=12.34%
G=38.56%
B=49.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481501910.750.2100.25197.259.8346.86
Hex3096BF4B15019c53c2f
Octal60226277113250313057457
Binary110000100101101011111110010111010101100111000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3096BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3096BF; }

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

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

<style>
 a { background-color: #3096BF; }

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

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

<style>
 span { border-color: #3096BF; }

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

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