Html Css Color HEX #288BBA Pelorous

📋 copy color: '#288BBA'

red 40 ◦ green 139 ◦ blue 186

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

Shades of Pelorous #288BBA

Tints of Pelorous #288BBA

RGB

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

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

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

R = 10.96%
G = 38.08%
B = 50.96%

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

#288BBA (or 0x288BBA) is known color: Pelorous. HEX triplet: 28, 8B and BA. RGB value is (40,139,186). Sum of RGB (Red+Green+Blue) = 40+139+186=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #288BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BBA is #D77445. Grayscale: #727272. Windows color (decimal): -14120006 or 12225320. OLE color: 12225320.

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

Color convert

RGB 40 139 186 -
CMYK 0.78 0.25 0 0.27
HSL 199.32º 0.65% 0.44% -
HSV(B) 199.32º 0.78% 0.73% -
XYZ 18.97 22.46 49.79 -
YUV 114.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 40 139 186 0.78 0.25 0 0.27 199.32 0.65 0.44
Hex 28 8B BA 4E 19 0 1B C7 41 2C
Octal 50 213 272 116 31 0 33 307 101 54
Binary 101000 10001011 10111010 1001110 11001 0 11011 11000111 1000001 101100

Color Harmonies of #288BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BBA

Black with #288BBA

Text Example


Text Example

White with #288BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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