#3799B4

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

Shades of Pelorous #3799B4

Tints of Pelorous #3799B4

Color information

#3799B4 (or 0x3799B4) is unknown color: approx Pelorous. HEX triplet: 37, 99 and B4. RGB value is (55,153,180). Sum of RGB (Red+Green+Blue) = 55+153+180=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #3799B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799B4 is #C8664B. Grayscale: #7E7E7E. Windows color (decimal): -13133388 or 11835703. OLE color: 11835703.

HSL color Cylindrical-coordinate representation of color #3799B4: hue angle of 192.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3799B4 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55153180-
CMYK0.690.1500.29
HSL192.96º53.19%46.08%-
HSV(B)192.96º69.44%70.59%-
XYZ21.2126.8947.25-
YUV126.78158.0376.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=14.18%
G=39.43%
B=46.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551531800.690.1500.29192.9653.1946.08
Hex3799B445F01Dc1352e
Octal67231264105170353016556
Binary11011110011001101101001000101111101110111000001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3799B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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