Html Css Color HEX #288BB1 Pelorous

📋 copy color: '#288BB1'

red 40 ◦ green 139 ◦ blue 177

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

Shades of Pelorous #288BB1

Tints of Pelorous #288BB1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 11.24%
G = 39.04%
B = 49.72%

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

#288BB1 (or 0x288BB1) is known color: Pelorous. HEX triplet: 28, 8B and B1. RGB value is (40,139,177). Sum of RGB (Red+Green+Blue) = 40+139+177=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #288BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BB1 is #D7744E. Grayscale: #717171. Windows color (decimal): -14120015 or 11635496. OLE color: 11635496.

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

Color convert

RGB 40 139 177 -
CMYK 0.77 0.21 0 0.31
HSL 196.64º 0.63% 0.43% -
HSV(B) 196.64º 0.77% 0.69% -
XYZ 18.04 22.09 44.91 -
YUV 113.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 40 139 177 0.77 0.21 0 0.31 196.64 0.63 0.43
Hex 28 8B B1 4D 15 0 1F C5 3F 2B
Octal 50 213 261 115 25 0 37 305 77 53
Binary 101000 10001011 10110001 1001101 10101 0 11111 11000101 111111 101011

Color Harmonies of #288BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BB1

Black with #288BB1

Text Example


Text Example

White with #288BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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