#289CC1

Color #289CC1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #289CC1

Tints of Pelorous #289CC1

Color information

#289CC1 (or 0x289CC1) is unknown color: approx Pelorous. HEX triplet: 28, 9C and C1. RGB value is (40,156,193). Sum of RGB (Red+Green+Blue) = 40+156+193=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #289CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CC1 is #D7633E. Grayscale: #7D7D7D. Windows color (decimal): -14115647 or 12688424. OLE color: 12688424.

HSL color Cylindrical-coordinate representation of color #289CC1: hue angle of 194.51º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289CC1 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40156193-
CMYK0.790.1900.24
HSL194.51º65.67%45.69%-
HSV(B)194.51º79.27%75.69%-
XYZ22.3928.0854.69-
YUV125.53166.0766.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.28%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=10.28%
G=40.10%
B=49.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401561930.790.1900.24194.5165.6745.69
Hex289CC14F13018c3422e
Octal502343011172303030310256
Binary1010001001110011000001100111110011011000110000111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #289CC1;
 }
 .AnyTagClassName
 {
   color: #289CC1;
 }
</style>
background-color css

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

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

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

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

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

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