Html Css Color HEX #288ABA Pelorous

📋 copy color: '#288ABA'

red 40 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #288ABA

Tints of Pelorous #288ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 10.99%
G = 37.91%
B = 51.1%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#288ABA (or 0x288ABA) is known color: Pelorous. HEX triplet: 28, 8A and BA. RGB value is (40,138,186). Sum of RGB (Red+Green+Blue) = 40+138+186=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #288ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ABA is #D77545. Grayscale: #717171. Windows color (decimal): -14120262 or 12225064. OLE color: 12225064.

HSL color Cylindrical-coordinate representation of color #288ABA: hue angle of 199.73º degrees, saturation: 0.65, 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 #288ABA is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 138 186 -
CMYK 0.78 0.26 0 0.27
HSL 199.73º 0.65% 0.44% -
HSV(B) 199.73º 0.78% 0.73% -
XYZ 18.83 22.17 49.74 -
YUV 114.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 40 138 186 0.78 0.26 0 0.27 199.73 0.65 0.44
Hex 28 8A BA 4E 1A 0 1B C8 41 2C
Octal 50 212 272 116 32 0 33 310 101 54
Binary 101000 10001010 10111010 1001110 11010 0 11011 11001000 1000001 101100

Color Harmonies of #288ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ABA

Black with #288ABA

Text Example


Text Example

White with #288ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,186); }

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

background-color css

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

 a { background-color: rgb(40,138,186); }

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

border-color css

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

 span { border-color: rgb(40,138,186); }

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