#2C84C1

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

Shades of Curious Blue #2C84C1

Tints of Curious Blue #2C84C1

Color information

#2C84C1 (or 0x2C84C1) is unknown color: approx Curious Blue. HEX triplet: 2C, 84 and C1. RGB value is (44,132,193). Sum of RGB (Red+Green+Blue) = 44+132+193=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C84C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C84C1 is #D37B3E. Grayscale: #707070. Windows color (decimal): -13859647 or 12682284. OLE color: 12682284.

HSL color Cylindrical-coordinate representation of color #2C84C1: hue angle of 204.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C84C1 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB44132193-
CMYK0.770.3200.24
HSL204.56º62.87%46.47%-
HSV(B)204.56º77.2%75.69%-
XYZ18.9220.8953.49-
YUV112.64173.3579.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.92%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=11.92%
G=35.77%
B=52.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441321930.770.3200.24204.5662.8746.47
Hex2C84C14D20018cd3f2e
Octal54204301115400303157756
Binary1011001000010011000001100110110000001100011001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C84C1; }

 p { color: rgb(44,132,193); }

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

<style>
 a { background-color: #2C84C1; }

 a { background-color: rgb(44,132,193); }

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

<style>
 span { border-color: #2C84C1; }

 span { border-color: rgb(44,132,193); }

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