#3295BA

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

Shades of Pelorous #3295BA

Tints of Pelorous #3295BA

Color information

#3295BA (or 0x3295BA) is unknown color: approx Pelorous. HEX triplet: 32, 95 and BA. RGB value is (50,149,186). Sum of RGB (Red+Green+Blue) = 50+149+186=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3295BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295BA is #CD6A45. Grayscale: #7B7B7B. Windows color (decimal): -13462086 or 12227890. OLE color: 12227890.

HSL color Cylindrical-coordinate representation of color #3295BA: hue angle of 196.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3295BA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50149186-
CMYK0.730.2000.27
HSL196.32º57.63%46.27%-
HSV(B)196.32º73.12%72.94%-
XYZ20.9325.7250.32-
YUV123.62163.275.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.99%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=12.99%
G=38.70%
B=48.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501491860.730.2000.27196.3257.6346.27
Hex3295BA491401Bc43a2e
Octal62225272111240333047256
Binary110010100101011011101010010011010001101111000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3295BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3295BA; }

 p { color: rgb(50,149,186); }

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

<style>
 a { background-color: #3295BA; }

 a { background-color: rgb(50,149,186); }

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

<style>
 span { border-color: #3295BA; }

 span { border-color: rgb(50,149,186); }

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