#3699B2

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

Shades of Pelorous #3699B2

Tints of Pelorous #3699B2

Color information

#3699B2 (or 0x3699B2) is unknown color: approx Pelorous. HEX triplet: 36, 99 and B2. RGB value is (54,153,178). Sum of RGB (Red+Green+Blue) = 54+153+178=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #3699B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3699B2 is #C9664D. Grayscale: #7E7E7E. Windows color (decimal): -13198926 or 11704630. OLE color: 11704630.

HSL color Cylindrical-coordinate representation of color #3699B2: hue angle of 192.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3699B2 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB54153178-
CMYK0.700.1400.30
HSL192.1º53.45%45.49%-
HSV(B)192.1º69.66%69.8%-
XYZ20.9526.7846.18-
YUV126.25157.276.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.03%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=14.03%
G=39.74%
B=46.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541531780.700.1400.30192.153.4545.49
Hex3699B246E01Ec0352d
Octal66231262106160363006555
Binary11011010011001101100101000110111001111011000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3699B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3699B2; }

 p { color: rgb(54,153,178); }

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

<style>
 a { background-color: #3699B2; }

 a { background-color: rgb(54,153,178); }

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

<style>
 span { border-color: #3699B2; }

 span { border-color: rgb(54,153,178); }

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