Html Css Color HEX #289FB0 Pelorous

📋 copy color: '#289FB0'

red 40 ◦ green 159 ◦ blue 176

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

Shades of Pelorous #289FB0

Tints of Pelorous #289FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 10.67%
G = 42.4%
B = 46.93%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#289FB0 (or 0x289FB0) is known color: Pelorous. HEX triplet: 28, 9F and B0. RGB value is (40,159,176). Sum of RGB (Red+Green+Blue) = 40+159+176=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #289FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FB0 is #D7604F. Grayscale: #7D7D7D. Windows color (decimal): -14114896 or 11575080. OLE color: 11575080.

HSL color Cylindrical-coordinate representation of color #289FB0: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289FB0 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 159 176 -
CMYK 0.77 0.10 0 0.31
HSL 187.5º 0.63% 0.42% -
HSV(B) 187.5º 0.77% 0.69% -
XYZ 21.11 28.38 45.44 -
YUV 125.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 40 159 176 0.77 0.10 0 0.31 187.5 0.63 0.42
Hex 28 9F B0 4D A 0 1F BC 3F 2A
Octal 50 237 260 115 12 0 37 274 77 52
Binary 101000 10011111 10110000 1001101 1010 0 11111 10111100 111111 101010

Color Harmonies of #289FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FB0

Black with #289FB0

Text Example


Text Example

White with #289FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,159,176); }

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

background-color css

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

 a { background-color: rgb(40,159,176); }

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

border-color css

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

 span { border-color: rgb(40,159,176); }

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