#288CBB

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

Shades of Pelorous #288CBB

Tints of Pelorous #288CBB

Color information

#288CBB (or 0x288CBB) is unknown color: approx Pelorous. HEX triplet: 28, 8C and BB. RGB value is (40,140,187). Sum of RGB (Red+Green+Blue) = 40+140+187=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #288CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBB is #D77344. Grayscale: #737373. Windows color (decimal): -14119749 or 12291112. OLE color: 12291112.

HSL color Cylindrical-coordinate representation of color #288CBB: hue angle of 199.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288CBB is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40140187-
CMYK0.790.2500.27
HSL199.18º64.76%44.51%-
HSV(B)199.18º78.61%73.33%-
XYZ19.2222.850.4-
YUV115.46168.3774.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.90%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=10.90%
G=38.15%
B=50.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401401870.790.2500.27199.1864.7644.51
Hex288CBB4F1901Bc7412d
Octal502142731173103330710155
Binary1010001000110010111011100111111001011011110001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,140,187); }

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

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

 a { background-color: rgb(40,140,187); }

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

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

 span { border-color: rgb(40,140,187); }

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