Html Css Color HEX #289BBE Pelorous

📋 copy color: '#289BBE'

red 40 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #289BBE

Tints of Pelorous #289BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 10.39%
G = 40.26%
B = 49.35%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#289BBE (or 0x289BBE) is known color: Pelorous. HEX triplet: 28, 9B and BE. RGB value is (40,155,190). Sum of RGB (Red+Green+Blue) = 40+155+190=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #289BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BBE is #D76441. Grayscale: #7C7C7C. Windows color (decimal): -14115906 or 12491560. OLE color: 12491560.

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

Color convert

RGB 40 155 190 -
CMYK 0.79 0.18 0 0.25
HSL 194º 0.65% 0.45% -
HSV(B) 194º 0.79% 0.75% -
XYZ 21.89 27.61 52.89 -
YUV 124.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 40 155 190 0.79 0.18 0 0.25 194 0.65 0.45
Hex 28 9B BE 4F 12 0 19 C2 41 2D
Octal 50 233 276 117 22 0 31 302 101 55
Binary 101000 10011011 10111110 1001111 10010 0 11001 11000010 1000001 101101

Color Harmonies of #289BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BBE

Black with #289BBE

Text Example


Text Example

White with #289BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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