Html Css Color HEX #288BB9 Pelorous

📋 copy color: '#288BB9'

red 40 ◦ green 139 ◦ blue 185

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

Shades of Pelorous #288BB9

Tints of Pelorous #288BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 10.99%
G = 38.19%
B = 50.82%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#288BB9 (or 0x288BB9) is known color: Pelorous. HEX triplet: 28, 8B and B9. RGB value is (40,139,185). Sum of RGB (Red+Green+Blue) = 40+139+185=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #288BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BB9 is #D77446. Grayscale: #727272. Windows color (decimal): -14120007 or 12159784. OLE color: 12159784.

HSL color Cylindrical-coordinate representation of color #288BB9: hue angle of 199.03º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288BB9 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 139 185 -
CMYK 0.78 0.25 0 0.27
HSL 199.03º 0.64% 0.44% -
HSV(B) 199.03º 0.78% 0.73% -
XYZ 18.86 22.42 49.23 -
YUV 114.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 40 139 185 0.78 0.25 0 0.27 199.03 0.64 0.44
Hex 28 8B B9 4E 19 0 1B C7 40 2C
Octal 50 213 271 116 31 0 33 307 100 54
Binary 101000 10001011 10111001 1001110 11001 0 11011 11000111 1000000 101100

Color Harmonies of #288BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BB9

Black with #288BB9

Text Example


Text Example

White with #288BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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