Html Css Color HEX #289CC0 Pelorous

📋 copy color: '#289CC0'

red 40 ◦ green 156 ◦ blue 192

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

Shades of Pelorous #289CC0

Tints of Pelorous #289CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 10.31%
G = 40.21%
B = 49.48%

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

#289CC0 (or 0x289CC0) is known color: Pelorous. HEX triplet: 28, 9C and C0. RGB value is (40,156,192). Sum of RGB (Red+Green+Blue) = 40+156+192=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #289CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CC0 is #D7633F. Grayscale: #7D7D7D. Windows color (decimal): -14115648 or 12622888. OLE color: 12622888.

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

Color convert

RGB 40 156 192 -
CMYK 0.79 0.19 0 0.25
HSL 194.21º 0.66% 0.45% -
HSV(B) 194.21º 0.79% 0.75% -
XYZ 22.28 28.03 54.11 -
YUV 125.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 40 156 192 0.79 0.19 0 0.25 194.21 0.66 0.45
Hex 28 9C C0 4F 13 0 19 C2 42 2D
Octal 50 234 300 117 23 0 31 302 102 55
Binary 101000 10011100 11000000 1001111 10011 0 11001 11000010 1000010 101101

Color Harmonies of #289CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289CC0

Black with #289CC0

Text Example


Text Example

White with #289CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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