Html Css Color HEX #288BB0 Pelorous

📋 copy color: '#288BB0'

red 40 ◦ green 139 ◦ blue 176

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

Shades of Pelorous #288BB0

Tints of Pelorous #288BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 11.27%
G = 39.15%
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

#288BB0 (or 0x288BB0) is known color: Pelorous. HEX triplet: 28, 8B and B0. RGB value is (40,139,176). Sum of RGB (Red+Green+Blue) = 40+139+176=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #288BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BB0 is #D7744F. Grayscale: #717171. Windows color (decimal): -14120016 or 11569960. OLE color: 11569960.

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

Color convert

RGB 40 139 176 -
CMYK 0.77 0.21 0 0.31
HSL 196.32º 0.63% 0.42% -
HSV(B) 196.32º 0.77% 0.69% -
XYZ 17.94 22.05 44.38 -
YUV 113.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 40 139 176 0.77 0.21 0 0.31 196.32 0.63 0.42
Hex 28 8B B0 4D 15 0 1F C4 3F 2A
Octal 50 213 260 115 25 0 37 304 77 52
Binary 101000 10001011 10110000 1001101 10101 0 11111 11000100 111111 101010

Color Harmonies of #288BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BB0

Black with #288BB0

Text Example


Text Example

White with #288BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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