Html Css Color HEX #288BB3 Pelorous

📋 copy color: '#288BB3'

red 40 ◦ green 139 ◦ blue 179

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

Shades of Pelorous #288BB3

Tints of Pelorous #288BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50%

R = 11.17%
G = 38.83%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#288BB3 (or 0x288BB3) is known color: Pelorous. HEX triplet: 28, 8B and B3. RGB value is (40,139,179). Sum of RGB (Red+Green+Blue) = 40+139+179=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #288BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BB3 is #D7744C. Grayscale: #717171. Windows color (decimal): -14120013 or 11766568. OLE color: 11766568.

HSL color Cylindrical-coordinate representation of color #288BB3: hue angle of 197.27º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288BB3 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 139 179 -
CMYK 0.78 0.22 0 0.30
HSL 197.27º 0.63% 0.43% -
HSV(B) 197.27º 0.78% 0.7% -
XYZ 18.24 22.17 45.97 -
YUV 113.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 40 139 179 0.78 0.22 0 0.30 197.27 0.63 0.43
Hex 28 8B B3 4E 16 0 1E C5 3F 2B
Octal 50 213 263 116 26 0 36 305 77 53
Binary 101000 10001011 10110011 1001110 10110 0 11110 11000101 111111 101011

Color Harmonies of #288BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BB3

Black with #288BB3

Text Example


Text Example

White with #288BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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