#339bba

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

Shades of Pelorous #339BBA

Tints of Pelorous #339BBA

Color information

#339BBA (or 0x339BBA) is unknown color: approx Pelorous. HEX triplet: 33, 9B and BA. RGB value is (51,155,186). Sum of RGB (Red+Green+Blue) = 51+155+186=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #339BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBA is #CC6445. Grayscale: #7F7F7F. Windows color (decimal): -13395014 or 12229427. OLE color: 12229427.

HSL color Cylindrical-coordinate representation of color #339BBA: hue angle of 193.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339BBA is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51155186-
CMYK0.730.1700.27
HSL193.78º56.96%46.47%-
HSV(B)193.78º72.58%72.94%-
XYZ21.9527.6950.64-
YUV127.44161.0473.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.01%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=13.01%
G=39.54%
B=47.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511551860.730.1700.27193.7856.9646.47
Hex339BBA491101Bc2392e
Octal63233272111210333027156
Binary110011100110111011101010010011000101101111000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,155,186); }

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

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

 a { background-color: rgb(51,155,186); }

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

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

 span { border-color: rgb(51,155,186); }

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