Html Css Color HEX #288CAD Pelorous

📋 copy color: '#288CAD'

red 40 ◦ green 140 ◦ blue 173

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

Shades of Pelorous #288CAD

Tints of Pelorous #288CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

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

R = 11.33%
G = 39.66%
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

#288CAD (or 0x288CAD) is known color: Pelorous. HEX triplet: 28, 8C and AD. RGB value is (40,140,173). Sum of RGB (Red+Green+Blue) = 40+140+173=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #288CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CAD is #D77352. Grayscale: #717171. Windows color (decimal): -14119763 or 11373608. OLE color: 11373608.

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

Color convert

RGB 40 140 173 -
CMYK 0.77 0.19 0 0.32
HSL 194.89º 0.62% 0.42% -
HSV(B) 194.89º 0.77% 0.68% -
XYZ 17.8 22.22 42.89 -
YUV 113.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 40 140 173 0.77 0.19 0 0.32 194.89 0.62 0.42
Hex 28 8C AD 4D 13 0 20 C3 3E 2A
Octal 50 214 255 115 23 0 40 303 76 52
Binary 101000 10001100 10101101 1001101 10011 0 100000 11000011 111110 101010

Color Harmonies of #288CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CAD

Black with #288CAD

Text Example


Text Example

White with #288CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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