#2C85BE

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

Shades of Curious Blue #2C85BE

Tints of Curious Blue #2C85BE

Color information

#2C85BE (or 0x2C85BE) is unknown color: approx Curious Blue. HEX triplet: 2C, 85 and BE. RGB value is (44,133,190). Sum of RGB (Red+Green+Blue) = 44+133+190=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C85BE is #D37A41. Grayscale: #707070. Windows color (decimal): -13859394 or 12485932. OLE color: 12485932.

HSL color Cylindrical-coordinate representation of color #2C85BE: hue angle of 203.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C85BE is Cyan = 0.77, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44133190-
CMYK0.770.300.25
HSL203.42º62.39%45.88%-
HSV(B)203.42º76.84%74.51%-
XYZ18.7221.0351.79-
YUV112.89171.5178.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=11.99%
G=36.24%
B=51.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441331900.770.300.25203.4262.3945.88
Hex2C85BE4D1E019cb3e2e
Octal54205276115360313137656
Binary101100100001011011111010011011111001100111001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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