Html Css Color HEX #289BC0 Pelorous

📋 copy color: '#289BC0'

red 40 ◦ green 155 ◦ blue 192

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

Shades of Pelorous #289BC0

Tints of Pelorous #289BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 10.34%
G = 40.05%
B = 49.61%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#289BC0 (or 0x289BC0) is known color: Pelorous. HEX triplet: 28, 9B and C0. RGB value is (40,155,192). Sum of RGB (Red+Green+Blue) = 40+155+192=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #289BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BC0 is #D7643F. Grayscale: #7C7C7C. Windows color (decimal): -14115904 or 12622632. OLE color: 12622632.

HSL color Cylindrical-coordinate representation of color #289BC0: hue angle of 194.61º degrees, saturation: 0.66, 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 #289BC0 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 155 192 -
CMYK 0.79 0.19 0 0.25
HSL 194.61º 0.66% 0.45% -
HSV(B) 194.61º 0.79% 0.75% -
XYZ 22.11 27.7 54.05 -
YUV 124.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 40 155 192 0.79 0.19 0 0.25 194.61 0.66 0.45
Hex 28 9B C0 4F 13 0 19 C3 42 2D
Octal 50 233 300 117 23 0 31 303 102 55
Binary 101000 10011011 11000000 1001111 10011 0 11001 11000011 1000010 101101

Color Harmonies of #289BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BC0

Black with #289BC0

Text Example


Text Example

White with #289BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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