#2885B1

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

Shades of Curious Blue #2885B1

Tints of Curious Blue #2885B1

Color information

#2885B1 (or 0x2885B1) is unknown color: approx Curious Blue. HEX triplet: 28, 85 and B1. RGB value is (40,133,177). Sum of RGB (Red+Green+Blue) = 40+133+177=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #2885B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885B1 is #D77A4E. Grayscale: #6D6D6D. Windows color (decimal): -14121551 or 11633960. OLE color: 11633960.

HSL color Cylindrical-coordinate representation of color #2885B1: hue angle of 199.27º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2885B1 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB40133177-
CMYK0.770.2500.31
HSL199.27º63.13%42.55%-
HSV(B)199.27º77.4%69.41%-
XYZ17.220.444.63-
YUV110.21165.6977.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.43%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=11.43%
G=38%
B=50.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401331770.770.2500.31199.2763.1342.55
Hex2885B14D1901Fc73f2b
Octal50205261115310373077753
Binary101000100001011011000110011011100101111111000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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