#339BAD

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

Shades of Pelorous #339BAD

Tints of Pelorous #339BAD

Color information

#339BAD (or 0x339BAD) is unknown color: approx Pelorous. HEX triplet: 33, 9B and AD. RGB value is (51,155,173). Sum of RGB (Red+Green+Blue) = 51+155+173=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #339BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAD is #CC6452. Grayscale: #7D7D7D. Windows color (decimal): -13395027 or 11377459. OLE color: 11377459.

HSL color Cylindrical-coordinate representation of color #339BAD: hue angle of 188.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339BAD is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51155173-
CMYK0.710.1000.32
HSL188.85º54.46%43.92%-
HSV(B)188.85º70.52%67.84%-
XYZ20.6327.1643.69-
YUV125.96154.5474.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=13.46%
G=40.90%
B=45.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511551730.710.1000.32188.8554.4643.92
Hex339BAD47A020bd362c
Octal63233255107120402756654
Binary110011100110111010110110001111010010000010111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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