#2C82C1

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

Shades of Curious Blue #2C82C1

Tints of Curious Blue #2C82C1

Color information

#2C82C1 (or 0x2C82C1) is unknown color: approx Curious Blue. HEX triplet: 2C, 82 and C1. RGB value is (44,130,193). Sum of RGB (Red+Green+Blue) = 44+130+193=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C82C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C82C1 is #D37D3E. Grayscale: #6F6F6F. Windows color (decimal): -13860159 or 12681772. OLE color: 12681772.

HSL color Cylindrical-coordinate representation of color #2C82C1: hue angle of 205.37º 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 #2C82C1 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB44130193-
CMYK0.770.3300.24
HSL205.37º62.87%46.47%-
HSV(B)205.37º77.2%75.69%-
XYZ18.6520.3553.4-
YUV111.47174.0179.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=11.99%
G=35.42%
B=52.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441301930.770.3300.24205.3762.8746.47
Hex2C82C14D21018cd3f2e
Octal54202301115410303157756
Binary1011001000001011000001100110110000101100011001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C82C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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