#3496BB

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

Shades of Pelorous #3496BB

Tints of Pelorous #3496BB

Color information

#3496BB (or 0x3496BB) is unknown color: approx Pelorous. HEX triplet: 34, 96 and BB. RGB value is (52,150,187). Sum of RGB (Red+Green+Blue) = 52+150+187=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #3496BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496BB is #CB6944. Grayscale: #7C7C7C. Windows color (decimal): -13330757 or 12293684. OLE color: 12293684.

HSL color Cylindrical-coordinate representation of color #3496BB: hue angle of 196.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3496BB is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52150187-
CMYK0.720.2000.27
HSL196.44º56.49%46.86%-
HSV(B)196.44º72.19%73.33%-
XYZ21.2926.1350.94-
YUV124.92163.0375.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=13.37%
G=38.56%
B=48.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521501870.720.2000.27196.4456.4946.86
Hex3496BB481401Bc4382f
Octal64226273110240333047057
Binary110100100101101011101110010001010001101111000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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