Html Css Color HEX #288EAC Pelorous

📋 copy color: '#288EAC'

red 40 ◦ green 142 ◦ blue 172

#288EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #288EAC

Tints of Pelorous #288EAC

RGB

 RED value IS 40 (16.02% from 255) = 11.3%

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 11.3%
G = 40.11%
B = 48.59%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#288EAC (or 0x288EAC) is known color: Pelorous. HEX triplet: 28, 8E and AC. RGB value is (40,142,172). Sum of RGB (Red+Green+Blue) = 40+142+172=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #288EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EAC is #D77153. Grayscale: #727272. Windows color (decimal): -14119252 or 11308584. OLE color: 11308584.

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

Color convert

RGB 40 142 172 -
CMYK 0.77 0.17 0 0.33
HSL 193.64º 0.62% 0.42% -
HSV(B) 193.64º 0.77% 0.67% -
XYZ 17.99 22.78 42.48 -
YUV 114.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 40 142 172 0.77 0.17 0 0.33 193.64 0.62 0.42
Hex 28 8E AC 4D 11 0 21 C2 3E 2A
Octal 50 216 254 115 21 0 41 302 76 52
Binary 101000 10001110 10101100 1001101 10001 0 100001 11000010 111110 101010

Color Harmonies of #288EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EAC

Black with #288EAC

Text Example


Text Example

White with #288EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #288EAC;
 }
 .AnyTagClassName
 {
   color: #288EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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