#339CB7

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

Shades of Pelorous #339CB7

Tints of Pelorous #339CB7

Color information

#339CB7 (or 0x339CB7) is unknown color: approx Pelorous. HEX triplet: 33, 9C and B7. RGB value is (51,156,183). Sum of RGB (Red+Green+Blue) = 51+156+183=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #339CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CB7 is #CC6348. Grayscale: #7F7F7F. Windows color (decimal): -13394761 or 12033075. OLE color: 12033075.

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

Color convert

RGB51156183-
CMYK0.720.1500.28
HSL192.27º56.41%45.88%-
HSV(B)192.27º72.13%71.76%-
XYZ21.827.949.04-
YUV127.68159.2173.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 183 (71.88% from 255) = 46.92%
R=13.08%
G=40%
B=46.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511561830.720.1500.28192.2756.4145.88
Hex339CB748F01Cc0382e
Octal63234267110170343007056
Binary11001110011100101101111001000111101110011000000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,156,183); }

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

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

 a { background-color: rgb(51,156,183); }

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

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

 span { border-color: rgb(51,156,183); }

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