#288FAA

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

Shades of Pelorous #288FAA

Tints of Pelorous #288FAA

Color information

#288FAA (or 0x288FAA) is unknown color: approx Pelorous. HEX triplet: 28, 8F and AA. RGB value is (40,143,170). Sum of RGB (Red+Green+Blue) = 40+143+170=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #288FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAA is #D77055. Grayscale: #737373. Windows color (decimal): -14118998 or 11177768. OLE color: 11177768.

HSL color Cylindrical-coordinate representation of color #288FAA: hue angle of 192.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288FAA is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40143170-
CMYK0.760.1600.33
HSL192.46º61.9%41.18%-
HSV(B)192.46º76.47%66.67%-
XYZ17.952341.52-
YUV115.28158.8874.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.33%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=11.33%
G=40.51%
B=48.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401431700.760.1600.33192.4661.941.18
Hex288FAA4C10021c03e29
Octal50217252114200413007651
Binary1010001000111110101010100110010000010000111000000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,143,170); }

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

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

 a { background-color: rgb(40,143,170); }

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

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

 span { border-color: rgb(40,143,170); }

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