Html Css Color HEX #288DB1 Pelorous

📋 copy color: '#288DB1'

red 40 ◦ green 141 ◦ blue 177

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

Shades of Pelorous #288DB1

Tints of Pelorous #288DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.39%

 BLUE value IS 177 (69.53% from 255) = 49.44%

R = 11.17%
G = 39.39%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#288DB1 (or 0x288DB1) is known color: Pelorous. HEX triplet: 28, 8D and B1. RGB value is (40,141,177). Sum of RGB (Red+Green+Blue) = 40+141+177=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #288DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DB1 is #D7724E. Grayscale: #727272. Windows color (decimal): -14119503 or 11636008. OLE color: 11636008.

HSL color Cylindrical-coordinate representation of color #288DB1: hue angle of 195.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288DB1 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 141 177 -
CMYK 0.77 0.20 0 0.31
HSL 195.77º 0.63% 0.43% -
HSV(B) 195.77º 0.77% 0.69% -
XYZ 18.34 22.68 45.01 -
YUV 114.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 40 141 177 0.77 0.20 0 0.31 195.77 0.63 0.43
Hex 28 8D B1 4D 14 0 1F C4 3F 2B
Octal 50 215 261 115 24 0 37 304 77 53
Binary 101000 10001101 10110001 1001101 10100 0 11111 11000100 111111 101011

Color Harmonies of #288DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DB1

Black with #288DB1

Text Example


Text Example

White with #288DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,177); }

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

background-color css

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

 a { background-color: rgb(40,141,177); }

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

border-color css

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

 span { border-color: rgb(40,141,177); }

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