#3499BF

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

Shades of Pelorous #3499BF

Tints of Pelorous #3499BF

Color information

#3499BF (or 0x3499BF) is unknown color: approx Pelorous. HEX triplet: 34, 99 and BF. RGB value is (52,153,191). Sum of RGB (Red+Green+Blue) = 52+153+191=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #3499BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3499BF is #CB6640. Grayscale: #7E7E7E. Windows color (decimal): -13329985 or 12556596. OLE color: 12556596.

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

Color convert

RGB52153191-
CMYK0.730.2000.25
HSL196.4º57.2%47.65%-
HSV(B)196.4º72.77%74.9%-
XYZ22.2127.2753.38-
YUV127.13164.0474.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 48.23%
R=13.13%
G=38.64%
B=48.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521531910.730.2000.25196.457.247.65
Hex3499BF4914019c43930
Octal64231277111240313047160
Binary110100100110011011111110010011010001100111000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3499BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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