#339EB4

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

Shades of Pelorous #339EB4

Tints of Pelorous #339EB4

Color information

#339EB4 (or 0x339EB4) is unknown color: approx Pelorous. HEX triplet: 33, 9E and B4. RGB value is (51,158,180). Sum of RGB (Red+Green+Blue) = 51+158+180=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #339EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EB4 is #CC614B. Grayscale: #808080. Windows color (decimal): -13394252 or 11836979. OLE color: 11836979.

HSL color Cylindrical-coordinate representation of color #339EB4: hue angle of 190.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339EB4 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51158180-
CMYK0.720.1200.29
HSL190.23º55.84%45.29%-
HSV(B)190.23º71.67%70.59%-
XYZ21.8328.4547.52-
YUV128.51157.0572.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=13.11%
G=40.62%
B=46.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511581800.720.1200.29190.2355.8445.29
Hex339EB448C01Dbe382d
Octal63236264110140352767055
Binary11001110011110101101001001000110001110110111110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,158,180); }

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

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

 a { background-color: rgb(51,158,180); }

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

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

 span { border-color: rgb(51,158,180); }

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