Html Css Color HEX #288BAE Pelorous

📋 copy color: '#288BAE'

red 40 ◦ green 139 ◦ blue 174

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

Shades of Pelorous #288BAE

Tints of Pelorous #288BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

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

R = 11.33%
G = 39.38%
B = 49.29%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#288BAE (or 0x288BAE) is known color: Pelorous. HEX triplet: 28, 8B and AE. RGB value is (40,139,174). Sum of RGB (Red+Green+Blue) = 40+139+174=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #288BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAE is #D77451. Grayscale: #717171. Windows color (decimal): -14120018 or 11438888. OLE color: 11438888.

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

Color convert

RGB 40 139 174 -
CMYK 0.77 0.20 0 0.32
HSL 195.67º 0.63% 0.42% -
HSV(B) 195.67º 0.77% 0.68% -
XYZ 17.75 21.97 43.35 -
YUV 113.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 40 139 174 0.77 0.20 0 0.32 195.67 0.63 0.42
Hex 28 8B AE 4D 14 0 20 C4 3F 2A
Octal 50 213 256 115 24 0 40 304 77 52
Binary 101000 10001011 10101110 1001101 10100 0 100000 11000100 111111 101010

Color Harmonies of #288BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BAE

Black with #288BAE

Text Example


Text Example

White with #288BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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