#3398AE

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

Shades of Pelorous #3398AE

Tints of Pelorous #3398AE

Color information

#3398AE (or 0x3398AE) is unknown color: approx Pelorous. HEX triplet: 33, 98 and AE. RGB value is (51,152,174). Sum of RGB (Red+Green+Blue) = 51+152+174=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #3398AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3398AE is #CC6751. Grayscale: #7C7C7C. Windows color (decimal): -13395794 or 11442227. OLE color: 11442227.

HSL color Cylindrical-coordinate representation of color #3398AE: hue angle of 190.73º degrees, saturation: 0.55, 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 #3398AE is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51152174-
CMYK0.710.1300.32
HSL190.73º54.67%44.12%-
HSV(B)190.73º70.69%68.24%-
XYZ20.2326.2244.04-
YUV124.31156.0475.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.53%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=13.53%
G=40.32%
B=46.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511521740.710.1300.32190.7354.6744.12
Hex3398AE47D020bf372c
Octal63230256107150402776754
Binary110011100110001010111010001111101010000010111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3398AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3398AE; }

 p { color: rgb(51,152,174); }

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

<style>
 a { background-color: #3398AE; }

 a { background-color: rgb(51,152,174); }

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

<style>
 span { border-color: #3398AE; }

 span { border-color: rgb(51,152,174); }

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