#339BAF

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

Shades of Pelorous #339BAF

Tints of Pelorous #339BAF

Color information

#339BAF (or 0x339BAF) is unknown color: approx Pelorous. HEX triplet: 33, 9B and AF. RGB value is (51,155,175). Sum of RGB (Red+Green+Blue) = 51+155+175=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #339BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAF is #CC6450. Grayscale: #7D7D7D. Windows color (decimal): -13395025 or 11508531. OLE color: 11508531.

HSL color Cylindrical-coordinate representation of color #339BAF: hue angle of 189.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339BAF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51155175-
CMYK0.710.1100.31
HSL189.68º54.87%44.31%-
HSV(B)189.68º70.86%68.63%-
XYZ20.8227.2444.72-
YUV126.18155.5474.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=13.39%
G=40.68%
B=45.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511551750.710.1100.31189.6854.8744.31
Hex339BAF47B01Fbe372c
Octal63233257107130372766754
Binary11001110011011101011111000111101101111110111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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