Html Css Color HEX #288FAE Pelorous

📋 copy color: '#288FAE'

red 40 ◦ green 143 ◦ blue 174

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

Shades of Pelorous #288FAE

Tints of Pelorous #288FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 11.2%
G = 40.06%
B = 48.74%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#288FAE (or 0x288FAE) is known color: Pelorous. HEX triplet: 28, 8F and AE. RGB value is (40,143,174). Sum of RGB (Red+Green+Blue) = 40+143+174=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #288FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAE is #D77051. Grayscale: #737373. Windows color (decimal): -14118994 or 11439912. OLE color: 11439912.

HSL color Cylindrical-coordinate representation of color #288FAE: hue angle of 193.88º degrees, saturation: 0.63, 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 #288FAE is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 143 174 -
CMYK 0.77 0.18 0 0.32
HSL 193.88º 0.63% 0.42% -
HSV(B) 193.88º 0.77% 0.68% -
XYZ 18.34 23.15 43.55 -
YUV 115.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 40 143 174 0.77 0.18 0 0.32 193.88 0.63 0.42
Hex 28 8F AE 4D 12 0 20 C2 3F 2A
Octal 50 217 256 115 22 0 40 302 77 52
Binary 101000 10001111 10101110 1001101 10010 0 100000 11000010 111111 101010

Color Harmonies of #288FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FAE

Black with #288FAE

Text Example


Text Example

White with #288FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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