#2895C8

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

Shades of Pelorous #2895C8

Tints of Pelorous #2895C8

Color information

#2895C8 (or 0x2895C8) is unknown color: approx Pelorous. HEX triplet: 28, 95 and C8. RGB value is (40,149,200). Sum of RGB (Red+Green+Blue) = 40+149+200=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #2895C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895C8 is #D76A37. Grayscale: #797979. Windows color (decimal): -14117432 or 13145384. OLE color: 13145384.

HSL color Cylindrical-coordinate representation of color #2895C8: hue angle of 199.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2895C8 is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB40149200-
CMYK0.80.2600.22
HSL199.12º66.67%47.06%-
HSV(B)199.12º80%78.43%-
XYZ22.0526.1258.52-
YUV122.22171.8969.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.28%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 200 (78.52% from 255) = 51.41%
R=10.28%
G=38.30%
B=51.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401492000.80.2600.22199.1266.6747.06
Hex2895C8501A016c7432f
Octal502253101203202630710357
Binary1010001001010111001000101000011010010110110001111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2895C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2895C8; }

 p { color: rgb(40,149,200); }

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

<style>
 a { background-color: #2895C8; }

 a { background-color: rgb(40,149,200); }

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

<style>
 span { border-color: #2895C8; }

 span { border-color: rgb(40,149,200); }

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