#339BAE

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

Shades of Pelorous #339BAE

Tints of Pelorous #339BAE

Color information

#339BAE (or 0x339BAE) is unknown color: approx Pelorous. HEX triplet: 33, 9B and AE. RGB value is (51,155,174). Sum of RGB (Red+Green+Blue) = 51+155+174=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #339BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAE is #CC6451. Grayscale: #7D7D7D. Windows color (decimal): -13395026 or 11442995. OLE color: 11442995.

HSL color Cylindrical-coordinate representation of color #339BAE: hue angle of 189.27º degrees, saturation: 0.55, 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 #339BAE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51155174-
CMYK0.710.1100.32
HSL189.27º54.67%44.12%-
HSV(B)189.27º70.69%68.24%-
XYZ20.7327.244.2-
YUV126.07155.0474.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=13.42%
G=40.79%
B=45.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511551740.710.1100.32189.2754.6744.12
Hex339BAE47B020bd372c
Octal63233256107130402756754
Binary110011100110111010111010001111011010000010111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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