#2C85B0

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

Shades of Curious Blue #2C85B0

Tints of Curious Blue #2C85B0

Color information

#2C85B0 (or 0x2C85B0) is unknown color: approx Curious Blue. HEX triplet: 2C, 85 and B0. RGB value is (44,133,176). Sum of RGB (Red+Green+Blue) = 44+133+176=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #2C85B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C85B0 is #D37A4F. Grayscale: #6F6F6F. Windows color (decimal): -13859408 or 11568428. OLE color: 11568428.

HSL color Cylindrical-coordinate representation of color #2C85B0: hue angle of 199.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C85B0 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB44133176-
CMYK0.750.2400.31
HSL199.55º60%43.14%-
HSV(B)199.55º75%69.02%-
XYZ17.2620.4544.11-
YUV111.29164.5180-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.46%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=12.46%
G=37.68%
B=49.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441331760.750.2400.31199.556043.14
Hex2C85B04B1801Fc83c2b
Octal54205260113300373107453
Binary101100100001011011000010010111100001111111001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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