#339BB9

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

Shades of Pelorous #339BB9

Tints of Pelorous #339BB9

Color information

#339BB9 (or 0x339BB9) is unknown color: approx Pelorous. HEX triplet: 33, 9B and B9. RGB value is (51,155,185). Sum of RGB (Red+Green+Blue) = 51+155+185=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #339BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BB9 is #CC6446. Grayscale: #7F7F7F. Windows color (decimal): -13395015 or 12163891. OLE color: 12163891.

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

Color convert

RGB51155185-
CMYK0.720.1600.27
HSL193.43º56.78%46.27%-
HSV(B)193.43º72.43%72.55%-
XYZ21.8427.6550.08-
YUV127.32160.5473.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=13.04%
G=39.64%
B=47.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511551850.720.1600.27193.4356.7846.27
Hex339BB9481001Bc1392e
Octal63233271110200333017156
Binary110011100110111011100110010001000001101111000001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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