Html Css Color HEX #288FAD Pelorous

📋 copy color: '#288FAD'

red 40 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #288FAD

Tints of Pelorous #288FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 11.24%
G = 40.17%
B = 48.6%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#288FAD (or 0x288FAD) is known color: Pelorous. HEX triplet: 28, 8F and AD. RGB value is (40,143,173). Sum of RGB (Red+Green+Blue) = 40+143+173=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #288FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAD is #D77052. Grayscale: #737373. Windows color (decimal): -14118995 or 11374376. OLE color: 11374376.

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

Color convert

RGB 40 143 173 -
CMYK 0.77 0.17 0 0.32
HSL 193.53º 0.62% 0.42% -
HSV(B) 193.53º 0.77% 0.68% -
XYZ 18.24 23.11 43.04 -
YUV 115.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 40 143 173 0.77 0.17 0 0.32 193.53 0.62 0.42
Hex 28 8F AD 4D 11 0 20 C2 3E 2A
Octal 50 217 255 115 21 0 40 302 76 52
Binary 101000 10001111 10101101 1001101 10001 0 100000 11000010 111110 101010

Color Harmonies of #288FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FAD

Black with #288FAD

Text Example


Text Example

White with #288FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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