#2181BE

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

Shades of Curious Blue #2181BE

Tints of Curious Blue #2181BE

Color information

#2181BE (or 0x2181BE) is unknown color: approx Curious Blue. HEX triplet: 21, 81 and BE. RGB value is (33,129,190). Sum of RGB (Red+Green+Blue) = 33+129+190=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2181BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2181BE is #DE7E41. Grayscale: #6A6A6A. Windows color (decimal): -14581314 or 12484897. OLE color: 12484897.

HSL color Cylindrical-coordinate representation of color #2181BE: hue angle of 203.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2181BE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33129190-
CMYK0.830.3200.25
HSL203.31º70.4%43.73%-
HSV(B)203.31º82.63%74.51%-
XYZ17.7719.7451.59-
YUV107.25174.775.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=9.38%
G=36.65%
B=53.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331291900.830.3200.25203.3170.443.73
Hex2181BE5320019cb462c
Octal412012761234003131310654
Binary10000110000001101111101010011100000011001110010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2181BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2181BE; }

 p { color: rgb(33,129,190); }

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

<style>
 a { background-color: #2181BE; }

 a { background-color: rgb(33,129,190); }

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

<style>
 span { border-color: #2181BE; }

 span { border-color: rgb(33,129,190); }

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