Html Css Color HEX #288CBB Pelorous

📋 copy color: '#288CBB'

red 40 ◦ green 140 ◦ blue 187

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

Shades of Pelorous #288CBB

Tints of Pelorous #288CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 10.9%
G = 38.15%
B = 50.95%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#288CBB (or 0x288CBB) is known color: Pelorous. HEX triplet: 28, 8C and BB. RGB value is (40,140,187). Sum of RGB (Red+Green+Blue) = 40+140+187=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #288CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBB is #D77344. Grayscale: #737373. Windows color (decimal): -14119749 or 12291112. OLE color: 12291112.

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

Color convert

RGB 40 140 187 -
CMYK 0.79 0.25 0 0.27
HSL 199.18º 0.65% 0.45% -
HSV(B) 199.18º 0.79% 0.73% -
XYZ 19.22 22.8 50.4 -
YUV 115.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 40 140 187 0.79 0.25 0 0.27 199.18 0.65 0.45
Hex 28 8C BB 4F 19 0 1B C7 41 2D
Octal 50 214 273 117 31 0 33 307 101 55
Binary 101000 10001100 10111011 1001111 11001 0 11011 11000111 1000001 101101

Color Harmonies of #288CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CBB

Black with #288CBB

Text Example


Text Example

White with #288CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,187); }

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

background-color css

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

 a { background-color: rgb(40,140,187); }

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

border-color css

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

 span { border-color: rgb(40,140,187); }

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