#3299B1

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

Shades of Pelorous #3299B1

Tints of Pelorous #3299B1

Color information

#3299B1 (or 0x3299B1) is unknown color: approx Pelorous. HEX triplet: 32, 99 and B1. RGB value is (50,153,177). Sum of RGB (Red+Green+Blue) = 50+153+177=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #3299B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3299B1 is #CD664E. Grayscale: #7C7C7C. Windows color (decimal): -13461071 or 11639090. OLE color: 11639090.

HSL color Cylindrical-coordinate representation of color #3299B1: hue angle of 191.34º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3299B1 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50153177-
CMYK0.720.1400.31
HSL191.34º55.95%44.51%-
HSV(B)191.34º71.75%69.41%-
XYZ20.6426.6345.65-
YUV124.94157.3874.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=13.16%
G=40.26%
B=46.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501531770.720.1400.31191.3455.9544.51
Hex3299B148E01Fbf382d
Octal62231261110160372777055
Binary11001010011001101100011001000111001111110111111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3299B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3299B1; }

 p { color: rgb(50,153,177); }

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

<style>
 a { background-color: #3299B1; }

 a { background-color: rgb(50,153,177); }

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

<style>
 span { border-color: #3299B1; }

 span { border-color: rgb(50,153,177); }

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