Html Css Color HEX #288DAE Pelorous

📋 copy color: '#288DAE'

red 40 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #288DAE

Tints of Pelorous #288DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

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

R = 11.27%
G = 39.72%
B = 49.01%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#288DAE (or 0x288DAE) is known color: Pelorous. HEX triplet: 28, 8D and AE. RGB value is (40,141,174). Sum of RGB (Red+Green+Blue) = 40+141+174=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #288DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DAE is #D77251. Grayscale: #727272. Windows color (decimal): -14119506 or 11439400. OLE color: 11439400.

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

Color convert

RGB 40 141 174 -
CMYK 0.77 0.19 0 0.32
HSL 194.78º 0.63% 0.42% -
HSV(B) 194.78º 0.77% 0.68% -
XYZ 18.04 22.56 43.45 -
YUV 114.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 40 141 174 0.77 0.19 0 0.32 194.78 0.63 0.42
Hex 28 8D AE 4D 13 0 20 C3 3F 2A
Octal 50 215 256 115 23 0 40 303 77 52
Binary 101000 10001101 10101110 1001101 10011 0 100000 11000011 111111 101010

Color Harmonies of #288DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DAE

Black with #288DAE

Text Example


Text Example

White with #288DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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