#339EBA

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

Shades of Pelorous #339EBA

Tints of Pelorous #339EBA

Color information

#339EBA (or 0x339EBA) is unknown color: approx Pelorous. HEX triplet: 33, 9E and BA. RGB value is (51,158,186). Sum of RGB (Red+Green+Blue) = 51+158+186=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #339EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBA is #CC6145. Grayscale: #808080. Windows color (decimal): -13394246 or 12230195. OLE color: 12230195.

HSL color Cylindrical-coordinate representation of color #339EBA: hue angle of 192.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339EBA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51158186-
CMYK0.730.1500.27
HSL192.44º56.96%46.47%-
HSV(B)192.44º72.58%72.94%-
XYZ22.4628.750.81-
YUV129.2160.0572.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=12.91%
G=40%
B=47.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511581860.730.1500.27192.4456.9646.47
Hex339EBA49F01Bc0392e
Octal63236272111170333007156
Binary11001110011110101110101001001111101101111000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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