#2183BE

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

Shades of Curious Blue #2183BE

Tints of Curious Blue #2183BE

Color information

#2183BE (or 0x2183BE) is unknown color: approx Curious Blue. HEX triplet: 21, 83 and BE. RGB value is (33,131,190). Sum of RGB (Red+Green+Blue) = 33+131+190=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #2183BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2183BE is #DE7C41. Grayscale: #6C6C6C. Windows color (decimal): -14580802 or 12485409. OLE color: 12485409.

HSL color Cylindrical-coordinate representation of color #2183BE: hue angle of 202.55º 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 #2183BE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33131190-
CMYK0.830.3100.25
HSL202.55º70.4%43.73%-
HSV(B)202.55º82.63%74.51%-
XYZ18.0420.2751.68-
YUV108.42174.0374.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.32%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=9.32%
G=37.01%
B=53.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331311900.830.3100.25202.5570.443.73
Hex2183BE531F019cb462c
Octal412032761233703131310654
Binary1000011000001110111110101001111111011001110010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2183BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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