#339ABF

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

Shades of Pelorous #339ABF

Tints of Pelorous #339ABF

Color information

#339ABF (or 0x339ABF) is unknown color: approx Pelorous. HEX triplet: 33, 9A and BF. RGB value is (51,154,191). Sum of RGB (Red+Green+Blue) = 51+154+191=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #339ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339ABF is #CC6540. Grayscale: #7F7F7F. Windows color (decimal): -13395265 or 12556851. OLE color: 12556851.

HSL color Cylindrical-coordinate representation of color #339ABF: hue angle of 195.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339ABF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51154191-
CMYK0.730.1900.25
HSL195.86º57.85%47.45%-
HSV(B)195.86º73.3%74.9%-
XYZ22.3227.5853.44-
YUV127.42163.8873.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 191 (75% from 255) = 48.23%
R=12.88%
G=38.89%
B=48.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511541910.730.1900.25195.8657.8547.45
Hex339ABF4913019c43a2f
Octal63232277111230313047257
Binary110011100110101011111110010011001101100111000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,154,191); }

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

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

 a { background-color: rgb(51,154,191); }

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

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

 span { border-color: rgb(51,154,191); }

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