#2684b2

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

Shades of Pelorous #2684B2

Tints of Pelorous #2684B2

Color information

#2684B2 (or 0x2684B2) is unknown color: approx Pelorous. HEX triplet: 26, 84 and B2. RGB value is (38,132,178). Sum of RGB (Red+Green+Blue) = 38+132+178=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #2684B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2684B2 is #D97B4D. Grayscale: #6C6C6C. Windows color (decimal): -14252878 or 11699238. OLE color: 11699238.

HSL color Cylindrical-coordinate representation of color #2684B2: hue angle of 199.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2684B2 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB38132178-
CMYK0.790.2600.30
HSL199.71º64.81%42.35%-
HSV(B)199.71º78.65%69.8%-
XYZ17.0920.1345.1-
YUV109.14166.8677.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.92%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=10.92%
G=37.93%
B=51.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal381321780.790.2600.30199.7164.8142.35
Hex2684B24F1A01Ec8412a
Octal462042621173203631010152
Binary1001101000010010110010100111111010011110110010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2684b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2684b2; }

 p { color: rgb(38,132,178); }

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

<style>
 a { background-color: #2684b2; }

 a { background-color: rgb(38,132,178); }

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

<style>
 span { border-color: #2684b2; }

 span { border-color: rgb(38,132,178); }

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