Html Css Color HEX #288AAD Pelorous

📋 copy color: '#288AAD'

red 40 ◦ green 138 ◦ blue 173

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

Shades of Pelorous #288AAD

Tints of Pelorous #288AAD

RGB

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

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

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

R = 11.4%
G = 39.32%
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

#288AAD (or 0x288AAD) is known color: Pelorous. HEX triplet: 28, 8A and AD. RGB value is (40,138,173). Sum of RGB (Red+Green+Blue) = 40+138+173=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #288AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAD is #D77552. Grayscale: #707070. Windows color (decimal): -14120275 or 11373096. OLE color: 11373096.

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

Color convert

RGB 40 138 173 -
CMYK 0.77 0.20 0 0.32
HSL 195.79º 0.62% 0.42% -
HSV(B) 195.79º 0.77% 0.68% -
XYZ 17.51 21.65 42.79 -
YUV 112.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 40 138 173 0.77 0.20 0 0.32 195.79 0.62 0.42
Hex 28 8A AD 4D 14 0 20 C4 3E 2A
Octal 50 212 255 115 24 0 40 304 76 52
Binary 101000 10001010 10101101 1001101 10100 0 100000 11000100 111110 101010

Color Harmonies of #288AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AAD

Black with #288AAD

Text Example


Text Example

White with #288AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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