#298BB9

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

Shades of Pelorous #298BB9

Tints of Pelorous #298BB9

Color information

#298BB9 (or 0x298BB9) is unknown color: approx Pelorous. HEX triplet: 29, 8B and B9. RGB value is (41,139,185). Sum of RGB (Red+Green+Blue) = 41+139+185=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #298BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BB9 is #D67446. Grayscale: #727272. Windows color (decimal): -14054471 or 12159785. OLE color: 12159785.

HSL color Cylindrical-coordinate representation of color #298BB9: hue angle of 199.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298BB9 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41139185-
CMYK0.780.2500.27
HSL199.17º63.72%44.31%-
HSV(B)199.17º77.84%72.55%-
XYZ18.922.4449.23-
YUV114.94167.5375.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.23%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 185 (72.66% from 255) = 50.68%
R=11.23%
G=38.08%
B=50.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411391850.780.2500.27199.1763.7244.31
Hex298BB94E1901Bc7402c
Octal512132711163103330710054
Binary1010011000101110111001100111011001011011110001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,185); }

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

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

 a { background-color: rgb(41,139,185); }

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

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

 span { border-color: rgb(41,139,185); }

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