Html Css Color HEX #289BBB Pelorous

📋 copy color: '#289BBB'

red 40 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #289BBB

Tints of Pelorous #289BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

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

R = 10.47%
G = 40.58%
B = 48.95%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#289BBB (or 0x289BBB) is known color: Pelorous. HEX triplet: 28, 9B and BB. RGB value is (40,155,187). Sum of RGB (Red+Green+Blue) = 40+155+187=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #289BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BBB is #D76444. Grayscale: #7C7C7C. Windows color (decimal): -14115909 or 12294952. OLE color: 12294952.

HSL color Cylindrical-coordinate representation of color #289BBB: hue angle of 193.06º 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 #289BBB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 155 187 -
CMYK 0.79 0.17 0 0.27
HSL 193.06º 0.65% 0.45% -
HSV(B) 193.06º 0.79% 0.73% -
XYZ 21.57 27.48 51.18 -
YUV 124.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 40 155 187 0.79 0.17 0 0.27 193.06 0.65 0.45
Hex 28 9B BB 4F 11 0 1B C1 41 2D
Octal 50 233 273 117 21 0 33 301 101 55
Binary 101000 10011011 10111011 1001111 10001 0 11011 11000001 1000001 101101

Color Harmonies of #289BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BBB

Black with #289BBB

Text Example


Text Example

White with #289BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289BBB; }

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

 H1.HeaderClassName
 {
   color: #289BBB;
 }
 .AnyTagClassName
 {
   color: #289BBB;
 }
</style>

background-color css

<style>
 a { background-color: #289BBB; }

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

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

border-color css

<style>
 span { border-color: #289BBB; }

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

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