#2184CA

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

Shades of Curious Blue #2184CA

Tints of Curious Blue #2184CA

Color information

#2184CA (or 0x2184CA) is unknown color: approx Curious Blue. HEX triplet: 21, 84 and CA. RGB value is (33,132,202). Sum of RGB (Red+Green+Blue) = 33+132+202=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #2184CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2184CA is #DE7B35. Grayscale: #6E6E6E. Windows color (decimal): -14580534 or 13272097. OLE color: 13272097.

HSL color Cylindrical-coordinate representation of color #2184CA: hue angle of 204.85º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2184CA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33132202-
CMYK0.840.3500.21
HSL204.85º71.91%46.08%-
HSV(B)204.85º83.66%79.22%-
XYZ19.5421.0958.92-
YUV110.38179.772.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=8.99%
G=35.97%
B=55.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331322020.840.3500.21204.8571.9146.08
Hex2184CA5423015cd482e
Octal412043121244302531511056
Binary10000110000100110010101010100100011010101110011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2184CA; }

 p { color: rgb(33,132,202); }

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

<style>
 a { background-color: #2184CA; }

 a { background-color: rgb(33,132,202); }

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

<style>
 span { border-color: #2184CA; }

 span { border-color: rgb(33,132,202); }

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