#339BB5

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

Shades of Pelorous #339BB5

Tints of Pelorous #339BB5

Color information

#339BB5 (or 0x339BB5) is unknown color: approx Pelorous. HEX triplet: 33, 9B and B5. RGB value is (51,155,181). Sum of RGB (Red+Green+Blue) = 51+155+181=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #339BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BB5 is #CC644A. Grayscale: #7E7E7E. Windows color (decimal): -13395019 or 11901747. OLE color: 11901747.

HSL color Cylindrical-coordinate representation of color #339BB5: hue angle of 192º 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 #339BB5 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51155181-
CMYK0.720.1400.29
HSL192º56.03%45.49%-
HSV(B)192º71.82%70.98%-
XYZ21.4327.4847.89-
YUV126.87158.5473.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.18%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=13.18%
G=40.05%
B=46.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511551810.720.1400.2919256.0345.49
Hex339BB548E01Dc0382d
Octal63233265110160353007055
Binary11001110011011101101011001000111001110111000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,155,181); }

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

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

 a { background-color: rgb(51,155,181); }

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

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

 span { border-color: rgb(51,155,181); }

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