#3799AE

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

Shades of Pelorous #3799AE

Tints of Pelorous #3799AE

Color information

#3799AE (or 0x3799AE) is unknown color: approx Pelorous. HEX triplet: 37, 99 and AE. RGB value is (55,153,174). Sum of RGB (Red+Green+Blue) = 55+153+174=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #3799AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3799AE is #C86651. Grayscale: #7D7D7D. Windows color (decimal): -13133394 or 11442487. OLE color: 11442487.

HSL color Cylindrical-coordinate representation of color #3799AE: hue angle of 190.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3799AE is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55153174-
CMYK0.680.1200.32
HSL190.59º51.97%44.9%-
HSV(B)190.59º68.39%68.24%-
XYZ20.6126.6544.1-
YUV126.09155.0377.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.40%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=14.40%
G=40.05%
B=45.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551531740.680.1200.32190.5951.9744.9
Hex3799AE44C020bf342d
Octal67231256104140402776455
Binary110111100110011010111010001001100010000010111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3799AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,153,174); }

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

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

 a { background-color: rgb(55,153,174); }

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

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

 span { border-color: rgb(55,153,174); }

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