#339FAB

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

Shades of Pelorous #339FAB

Tints of Pelorous #339FAB

Color information

#339FAB (or 0x339FAB) is unknown color: approx Pelorous. HEX triplet: 33, 9F and AB. RGB value is (51,159,171). Sum of RGB (Red+Green+Blue) = 51+159+171=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #339FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339FAB is #CC6054. Grayscale: #7F7F7F. Windows color (decimal): -13394005 or 11247411. OLE color: 11247411.

HSL color Cylindrical-coordinate representation of color #339FAB: hue angle of 186º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339FAB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51159171-
CMYK0.700.0700.33
HSL186º54.05%43.53%-
HSV(B)186º70.18%67.06%-
XYZ21.1128.4442.9-
YUV128.08152.2273.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=13.39%
G=41.73%
B=44.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511591710.700.0700.3318654.0543.53
Hex339FAB467021ba362c
Octal6323725310670412726654
Binary11001110011111101010111000110111010000110111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,159,171); }

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

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

 a { background-color: rgb(51,159,171); }

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

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

 span { border-color: rgb(51,159,171); }

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