#2186C4

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

Shades of Curious Blue #2186C4

Tints of Curious Blue #2186C4

Color information

#2186C4 (or 0x2186C4) is unknown color: approx Curious Blue. HEX triplet: 21, 86 and C4. RGB value is (33,134,196). Sum of RGB (Red+Green+Blue) = 33+134+196=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #2186C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186C4 is #DE793B. Grayscale: #6E6E6E. Windows color (decimal): -14580028 or 12879393. OLE color: 12879393.

HSL color Cylindrical-coordinate representation of color #2186C4: hue angle of 202.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2186C4 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33134196-
CMYK0.830.3200.23
HSL202.82º71.18%44.9%-
HSV(B)202.82º83.16%76.86%-
XYZ19.1221.3655.34-
YUV110.87176.0472.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=9.09%
G=36.91%
B=53.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331341960.830.3200.23202.8271.1844.9
Hex2186C45320017cb472d
Octal412063041234002731310755
Binary10000110000110110001001010011100000010111110010111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2186C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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