#288bcb

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

Shades of Curious Blue #288BCB

Tints of Curious Blue #288BCB

Color information

#288BCB (or 0x288BCB) is unknown color: approx Curious Blue. HEX triplet: 28, 8B and CB. RGB value is (40,139,203). Sum of RGB (Red+Green+Blue) = 40+139+203=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #288BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BCB is #D77434. Grayscale: #747474. Windows color (decimal): -14119989 or 13339432. OLE color: 13339432.

HSL color Cylindrical-coordinate representation of color #288BCB: hue angle of 203.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288BCB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB40139203-
CMYK0.800.3200.20
HSL203.56º67.08%47.65%-
HSV(B)203.56º80.3%79.61%-
XYZ20.8923.2359.88-
YUV116.69176.773.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.47%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=10.47%
G=36.39%
B=53.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal401392030.800.3200.20203.5667.0847.65
Hex288BCB5020014cc4330
Octal502133131204002431410360
Binary10100010001011110010111010000100000010100110011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288bcb; }

 p { color: rgb(40,139,203); }

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

<style>
 a { background-color: #288bcb; }

 a { background-color: rgb(40,139,203); }

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

<style>
 span { border-color: #288bcb; }

 span { border-color: rgb(40,139,203); }

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