Html Css Color HEX #289AB0 Pelorous

📋 copy color: '#289AB0'

red 40 ◦ green 154 ◦ blue 176

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

Shades of Pelorous #289AB0

Tints of Pelorous #289AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 10.81%
G = 41.62%
B = 47.57%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#289AB0 (or 0x289AB0) is known color: Pelorous. HEX triplet: 28, 9A and B0. RGB value is (40,154,176). Sum of RGB (Red+Green+Blue) = 40+154+176=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #289AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AB0 is #D7654F. Grayscale: #7A7A7A. Windows color (decimal): -14116176 or 11573800. OLE color: 11573800.

HSL color Cylindrical-coordinate representation of color #289AB0: hue angle of 189.71º 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 #289AB0 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 154 176 -
CMYK 0.77 0.12 0 0.31
HSL 189.71º 0.63% 0.42% -
HSV(B) 189.71º 0.77% 0.69% -
XYZ 20.27 26.7 45.16 -
YUV 122.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 40 154 176 0.77 0.12 0 0.31 189.71 0.63 0.42
Hex 28 9A B0 4D C 0 1F BE 3F 2A
Octal 50 232 260 115 14 0 37 276 77 52
Binary 101000 10011010 10110000 1001101 1100 0 11111 10111110 111111 101010

Color Harmonies of #289AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289AB0

Black with #289AB0

Text Example


Text Example

White with #289AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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