#339FB2

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

Shades of Pelorous #339FB2

Tints of Pelorous #339FB2

Color information

#339FB2 (or 0x339FB2) is unknown color: approx Pelorous. HEX triplet: 33, 9F and B2. RGB value is (51,159,178). Sum of RGB (Red+Green+Blue) = 51+159+178=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #339FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339FB2 is #CC604D. Grayscale: #808080. Windows color (decimal): -13393998 or 11706163. OLE color: 11706163.

HSL color Cylindrical-coordinate representation of color #339FB2: hue angle of 188.98º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339FB2 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51159178-
CMYK0.710.1100.30
HSL188.98º55.46%44.9%-
HSV(B)188.98º71.35%69.8%-
XYZ21.828.7146.51-
YUV128.87155.7272.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=13.14%
G=40.98%
B=45.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511591780.710.1100.30188.9855.4644.9
Hex339FB247B01Ebd372d
Octal63237262107130362756755
Binary11001110011111101100101000111101101111010111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339FB2; }

 p { color: rgb(51,159,178); }

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

<style>
 a { background-color: #339FB2; }

 a { background-color: rgb(51,159,178); }

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

<style>
 span { border-color: #339FB2; }

 span { border-color: rgb(51,159,178); }

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