#2885B9

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

Shades of Curious Blue #2885B9

Tints of Curious Blue #2885B9

Color information

#2885B9 (or 0x2885B9) is unknown color: approx Curious Blue. HEX triplet: 28, 85 and B9. RGB value is (40,133,185). Sum of RGB (Red+Green+Blue) = 40+133+185=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #2885B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885B9 is #D77A46. Grayscale: #6E6E6E. Windows color (decimal): -14121543 or 12158248. OLE color: 12158248.

HSL color Cylindrical-coordinate representation of color #2885B9: hue angle of 201.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2885B9 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40133185-
CMYK0.780.2800.27
HSL201.52º64.44%44.12%-
HSV(B)201.52º78.38%72.55%-
XYZ18.0220.7348.95-
YUV111.12169.6977.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.17%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=11.17%
G=37.15%
B=51.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401331850.780.2800.27201.5264.4444.12
Hex2885B94E1C01Bca402c
Octal502052711163403331210054
Binary1010001000010110111001100111011100011011110010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2885B9; }

 p { color: rgb(40,133,185); }

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

<style>
 a { background-color: #2885B9; }

 a { background-color: rgb(40,133,185); }

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

<style>
 span { border-color: #2885B9; }

 span { border-color: rgb(40,133,185); }

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