Html Css Color HEX #288CAC Pelorous

📋 copy color: '#288CAC'

red 40 ◦ green 140 ◦ blue 172

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

Shades of Pelorous #288CAC

Tints of Pelorous #288CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 11.36%
G = 39.77%
B = 48.86%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#288CAC (or 0x288CAC) is known color: Pelorous. HEX triplet: 28, 8C and AC. RGB value is (40,140,172). Sum of RGB (Red+Green+Blue) = 40+140+172=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #288CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CAC is #D77353. Grayscale: #717171. Windows color (decimal): -14119764 or 11308072. OLE color: 11308072.

HSL color Cylindrical-coordinate representation of color #288CAC: hue angle of 194.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288CAC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 140 172 -
CMYK 0.77 0.19 0 0.33
HSL 194.55º 0.62% 0.42% -
HSV(B) 194.55º 0.77% 0.67% -
XYZ 17.7 22.19 42.38 -
YUV 113.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 40 140 172 0.77 0.19 0 0.33 194.55 0.62 0.42
Hex 28 8C AC 4D 13 0 21 C3 3E 2A
Octal 50 214 254 115 23 0 41 303 76 52
Binary 101000 10001100 10101100 1001101 10011 0 100001 11000011 111110 101010

Color Harmonies of #288CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CAC

Black with #288CAC

Text Example


Text Example

White with #288CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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