#339BBD

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

Shades of Pelorous #339BBD

Tints of Pelorous #339BBD

Color information

#339BBD (or 0x339BBD) is unknown color: approx Pelorous. HEX triplet: 33, 9B and BD. RGB value is (51,155,189). Sum of RGB (Red+Green+Blue) = 51+155+189=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #339BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBD is #CC6442. Grayscale: #7F7F7F. Windows color (decimal): -13395011 or 12426035. OLE color: 12426035.

HSL color Cylindrical-coordinate representation of color #339BBD: hue angle of 194.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339BBD is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51155189-
CMYK0.730.1800.26
HSL194.78º57.5%47.06%-
HSV(B)194.78º73.02%74.12%-
XYZ22.2727.8252.34-
YUV127.78162.5473.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=12.91%
G=39.24%
B=47.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511551890.730.1800.26194.7857.547.06
Hex339BBD491201Ac33a2f
Octal63233275111220323037257
Binary110011100110111011110110010011001001101011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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