Html Css Color HEX #288AAE Pelorous

📋 copy color: '#288AAE'

red 40 ◦ green 138 ◦ blue 174

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

Shades of Pelorous #288AAE

Tints of Pelorous #288AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

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

R = 11.36%
G = 39.2%
B = 49.43%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#288AAE (or 0x288AAE) is known color: Pelorous. HEX triplet: 28, 8A and AE. RGB value is (40,138,174). Sum of RGB (Red+Green+Blue) = 40+138+174=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #288AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAE is #D77551. Grayscale: #707070. Windows color (decimal): -14120274 or 11438632. OLE color: 11438632.

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

Color convert

RGB 40 138 174 -
CMYK 0.77 0.21 0 0.32
HSL 196.12º 0.63% 0.42% -
HSV(B) 196.12º 0.77% 0.68% -
XYZ 17.6 21.68 43.3 -
YUV 112.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 40 138 174 0.77 0.21 0 0.32 196.12 0.63 0.42
Hex 28 8A AE 4D 15 0 20 C4 3F 2A
Octal 50 212 256 115 25 0 40 304 77 52
Binary 101000 10001010 10101110 1001101 10101 0 100000 11000100 111111 101010

Color Harmonies of #288AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AAE

Black with #288AAE

Text Example


Text Example

White with #288AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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