#2186CC

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

Shades of Curious Blue #2186CC

Tints of Curious Blue #2186CC

Color information

#2186CC (or 0x2186CC) is unknown color: approx Curious Blue. HEX triplet: 21, 86 and CC. RGB value is (33,134,204). Sum of RGB (Red+Green+Blue) = 33+134+204=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #2186CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186CC is #DE7933. Grayscale: #6F6F6F. Windows color (decimal): -14580020 or 13403681. OLE color: 13403681.

HSL color Cylindrical-coordinate representation of color #2186CC: hue angle of 204.56º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2186CC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33134204-
CMYK0.840.3400.2
HSL204.56º72.15%46.47%-
HSV(B)204.56º83.82%80%-
XYZ20.0521.7360.26-
YUV111.78180.0471.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=8.89%
G=36.12%
B=54.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331342040.840.3400.2204.5672.1546.47
Hex2186CC5422014cd482e
Octal412063141244202431511056
Binary10000110000110110011001010100100010010100110011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2186CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2186CC; }

 p { color: rgb(33,134,204); }

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

<style>
 a { background-color: #2186CC; }

 a { background-color: rgb(33,134,204); }

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

<style>
 span { border-color: #2186CC; }

 span { border-color: rgb(33,134,204); }

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