#3496BF

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

Shades of Pelorous #3496BF

Tints of Pelorous #3496BF

Color information

#3496BF (or 0x3496BF) is unknown color: approx Pelorous. HEX triplet: 34, 96 and BF. RGB value is (52,150,191). Sum of RGB (Red+Green+Blue) = 52+150+191=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #3496BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496BF is #CB6940. Grayscale: #7D7D7D. Windows color (decimal): -13330753 or 12555828. OLE color: 12555828.

HSL color Cylindrical-coordinate representation of color #3496BF: hue angle of 197.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3496BF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52150191-
CMYK0.730.2100.25
HSL197.7º57.2%47.65%-
HSV(B)197.7º72.77%74.9%-
XYZ21.7326.353.22-
YUV125.37165.0375.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 191 (75% from 255) = 48.60%
R=13.23%
G=38.17%
B=48.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521501910.730.2100.25197.757.247.65
Hex3496BF4915019c63930
Octal64226277111250313067160
Binary110100100101101011111110010011010101100111000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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