#288EC4

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

Shades of Pelorous #288EC4

Tints of Pelorous #288EC4

Color information

#288EC4 (or 0x288EC4) is unknown color: approx Pelorous. HEX triplet: 28, 8E and C4. RGB value is (40,142,196). Sum of RGB (Red+Green+Blue) = 40+142+196=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #288EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EC4 is #D7713B. Grayscale: #757575. Windows color (decimal): -14119228 or 12881448. OLE color: 12881448.

HSL color Cylindrical-coordinate representation of color #288EC4: hue angle of 200.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288EC4 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40142196-
CMYK0.800.2800.23
HSL200.77º66.1%46.27%-
HSV(B)200.77º79.59%76.86%-
XYZ20.5123.7855.73-
YUV117.66172.2172.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.58%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=10.58%
G=37.57%
B=51.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401421960.800.2800.23200.7766.146.27
Hex288EC4501C017c9422e
Octal502163041203402731110256
Binary1010001000111011000100101000011100010111110010011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,142,196); }

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

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

 a { background-color: rgb(40,142,196); }

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

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

 span { border-color: rgb(40,142,196); }

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