#2c85c1

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

Shades of Curious Blue #2C85C1

Tints of Curious Blue #2C85C1

Color information

#2C85C1 (or 0x2C85C1) is unknown color: approx Curious Blue. HEX triplet: 2C, 85 and C1. RGB value is (44,133,193). Sum of RGB (Red+Green+Blue) = 44+133+193=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C85C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C85C1 is #D37A3E. Grayscale: #707070. Windows color (decimal): -13859391 or 12682540. OLE color: 12682540.

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

Color convert

RGB44133193-
CMYK0.770.3100.24
HSL204.16º62.87%46.47%-
HSV(B)204.16º77.2%75.69%-
XYZ19.0521.1653.53-
YUV113.23173.0178.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.89%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=11.89%
G=35.95%
B=52.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441331930.770.3100.24204.1662.8746.47
Hex2C85C14D1F018cc3f2e
Octal54205301115370303147756
Binary101100100001011100000110011011111101100011001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c85c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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