Html Css Color HEX #289BBC Pelorous

📋 copy color: '#289BBC'

red 40 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #289BBC

Tints of Pelorous #289BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 10.44%
G = 40.47%
B = 49.09%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#289BBC (or 0x289BBC) is known color: Pelorous. HEX triplet: 28, 9B and BC. RGB value is (40,155,188). Sum of RGB (Red+Green+Blue) = 40+155+188=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #289BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BBC is #D76443. Grayscale: #7C7C7C. Windows color (decimal): -14115908 or 12360488. OLE color: 12360488.

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

Color convert

RGB 40 155 188 -
CMYK 0.79 0.18 0 0.26
HSL 193.38º 0.65% 0.45% -
HSV(B) 193.38º 0.79% 0.74% -
XYZ 21.67 27.52 51.75 -
YUV 124.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 40 155 188 0.79 0.18 0 0.26 193.38 0.65 0.45
Hex 28 9B BC 4F 12 0 1A C1 41 2D
Octal 50 233 274 117 22 0 32 301 101 55
Binary 101000 10011011 10111100 1001111 10010 0 11010 11000001 1000001 101101

Color Harmonies of #289BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BBC

Black with #289BBC

Text Example


Text Example

White with #289BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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