#3399BF

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

Shades of Pelorous #3399BF

Tints of Pelorous #3399BF

Color information

#3399BF (or 0x3399BF) is unknown color: approx Pelorous. HEX triplet: 33, 99 and BF. RGB value is (51,153,191). Sum of RGB (Red+Green+Blue) = 51+153+191=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #3399BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399BF is #CC6640. Grayscale: #7E7E7E. Windows color (decimal): -13395521 or 12556595. OLE color: 12556595.

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

Color convert

RGB51153191-
CMYK0.730.2000.25
HSL196.29º57.85%47.45%-
HSV(B)196.29º73.3%74.9%-
XYZ22.1627.2553.38-
YUV126.83164.2173.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 191 (75% from 255) = 48.35%
R=12.91%
G=38.73%
B=48.35%

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
Decimal511531910.730.2000.25196.2957.8547.45
Hex3399BF4914019c43a2f
Octal63231277111240313047257
Binary110011100110011011111110010011010001100111000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3399BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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