#2885B8

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

Shades of Curious Blue #2885B8

Tints of Curious Blue #2885B8

Color information

#2885B8 (or 0x2885B8) is unknown color: approx Curious Blue. HEX triplet: 28, 85 and B8. RGB value is (40,133,184). Sum of RGB (Red+Green+Blue) = 40+133+184=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #2885B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885B8 is #D77A47. Grayscale: #6E6E6E. Windows color (decimal): -14121544 or 12092712. OLE color: 12092712.

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

Color convert

RGB40133184-
CMYK0.780.2800.28
HSL201.25º64.29%43.92%-
HSV(B)201.25º78.26%72.16%-
XYZ17.9120.6948.4-
YUV111.01169.1977.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 184 (72.27% from 255) = 51.54%
R=11.20%
G=37.25%
B=51.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal401331840.780.2800.28201.2564.2943.92
Hex2885B84E1C01Cc9402c
Octal502052701163403431110054
Binary1010001000010110111000100111011100011100110010011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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