#2684BF

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

Shades of Curious Blue #2684BF

Tints of Curious Blue #2684BF

Color information

#2684BF (or 0x2684BF) is unknown color: approx Curious Blue. HEX triplet: 26, 84 and BF. RGB value is (38,132,191). Sum of RGB (Red+Green+Blue) = 38+132+191=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #2684BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2684BF is #D97B40. Grayscale: #6E6E6E. Windows color (decimal): -14252865 or 12551206. OLE color: 12551206.

HSL color Cylindrical-coordinate representation of color #2684BF: hue angle of 203.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2684BF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38132191-
CMYK0.800.3100.25
HSL203.14º66.81%44.9%-
HSV(B)203.14º80.1%74.9%-
XYZ18.4520.6852.31-
YUV110.62173.3676.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.53%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 191 (75% from 255) = 52.91%
R=10.53%
G=36.57%
B=52.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381321910.800.3100.25203.1466.8144.9
Hex2684BF501F019cb432d
Octal462042771203703131310355
Binary1001101000010010111111101000011111011001110010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2684BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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