#339AB2

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

Shades of Pelorous #339AB2

Tints of Pelorous #339AB2

Color information

#339AB2 (or 0x339AB2) is unknown color: approx Pelorous. HEX triplet: 33, 9A and B2. RGB value is (51,154,178). Sum of RGB (Red+Green+Blue) = 51+154+178=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #339AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AB2 is #CC654D. Grayscale: #7D7D7D. Windows color (decimal): -13395278 or 11704883. OLE color: 11704883.

HSL color Cylindrical-coordinate representation of color #339AB2: hue angle of 191.34º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339AB2 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51154178-
CMYK0.710.1300.30
HSL191.34º55.46%44.9%-
HSV(B)191.34º71.35%69.8%-
XYZ20.9627.0346.23-
YUV125.94157.3874.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 178 (69.92% from 255) = 46.48%
R=13.32%
G=40.21%
B=46.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511541780.710.1300.30191.3455.4644.9
Hex339AB247D01Ebf372d
Octal63232262107150362776755
Binary11001110011010101100101000111110101111010111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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