#298CBE

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

Shades of Pelorous #298CBE

Tints of Pelorous #298CBE

Color information

#298CBE (or 0x298CBE) is unknown color: approx Pelorous. HEX triplet: 29, 8C and BE. RGB value is (41,140,190). Sum of RGB (Red+Green+Blue) = 41+140+190=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #298CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CBE is #D67341. Grayscale: #737373. Windows color (decimal): -14054210 or 12487721. OLE color: 12487721.

HSL color Cylindrical-coordinate representation of color #298CBE: hue angle of 200.13º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298CBE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41140190-
CMYK0.780.2600.25
HSL200.13º64.5%45.29%-
HSV(B)200.13º78.42%74.51%-
XYZ19.5922.9552.11-
YUV116.1169.774.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=11.05%
G=37.74%
B=51.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411401900.780.2600.25200.1364.545.29
Hex298CBE4E1A019c8412d
Octal512142761163203131010155
Binary1010011000110010111110100111011010011001110010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298CBE; }

 p { color: rgb(41,140,190); }

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

<style>
 a { background-color: #298CBE; }

 a { background-color: rgb(41,140,190); }

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

<style>
 span { border-color: #298CBE; }

 span { border-color: rgb(41,140,190); }

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