#339CAD

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

Shades of Pelorous #339CAD

Tints of Pelorous #339CAD

Color information

#339CAD (or 0x339CAD) is unknown color: approx Pelorous. HEX triplet: 33, 9C and AD. RGB value is (51,156,173). Sum of RGB (Red+Green+Blue) = 51+156+173=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #339CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339CAD is #CC6352. Grayscale: #7E7E7E. Windows color (decimal): -13394771 or 11377715. OLE color: 11377715.

HSL color Cylindrical-coordinate representation of color #339CAD: hue angle of 188.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339CAD is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51156173-
CMYK0.710.1000.32
HSL188.36º54.46%43.92%-
HSV(B)188.36º70.52%67.84%-
XYZ20.827.543.75-
YUV126.54154.2174.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=13.42%
G=41.05%
B=45.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511561730.710.1000.32188.3654.4643.92
Hex339CAD47A020bc362c
Octal63234255107120402746654
Binary110011100111001010110110001111010010000010111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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