Html Css Color HEX #288CB1 Pelorous

📋 copy color: '#288CB1'

red 40 ◦ green 140 ◦ blue 177

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

Shades of Pelorous #288CB1

Tints of Pelorous #288CB1

RGB

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

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

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

R = 11.2%
G = 39.22%
B = 49.58%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#288CB1 (or 0x288CB1) is known color: Pelorous. HEX triplet: 28, 8C and B1. RGB value is (40,140,177). Sum of RGB (Red+Green+Blue) = 40+140+177=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #288CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CB1 is #D7734E. Grayscale: #727272. Windows color (decimal): -14119759 or 11635752. OLE color: 11635752.

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

Color convert

RGB 40 140 177 -
CMYK 0.77 0.21 0 0.31
HSL 196.2º 0.63% 0.43% -
HSV(B) 196.2º 0.77% 0.69% -
XYZ 18.19 22.38 44.96 -
YUV 114.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 40 140 177 0.77 0.21 0 0.31 196.2 0.63 0.43
Hex 28 8C B1 4D 15 0 1F C4 3F 2B
Octal 50 214 261 115 25 0 37 304 77 53
Binary 101000 10001100 10110001 1001101 10101 0 11111 11000100 111111 101011

Color Harmonies of #288CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CB1

Black with #288CB1

Text Example


Text Example

White with #288CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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