#298EB3

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

Shades of Pelorous #298EB3

Tints of Pelorous #298EB3

Color information

#298EB3 (or 0x298EB3) is unknown color: approx Pelorous. HEX triplet: 29, 8E and B3. RGB value is (41,142,179). Sum of RGB (Red+Green+Blue) = 41+142+179=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #298EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EB3 is #D6714C. Grayscale: #737373. Windows color (decimal): -14053709 or 11767337. OLE color: 11767337.

HSL color Cylindrical-coordinate representation of color #298EB3: hue angle of 196.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298EB3 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB41142179-
CMYK0.770.2100.30
HSL196.09º62.73%43.14%-
HSV(B)196.09º77.09%70.2%-
XYZ18.7223.0746.11-
YUV116.02163.5474.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.33%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=11.33%
G=39.23%
B=49.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411421790.770.2100.30196.0962.7343.14
Hex298EB34D1501Ec43f2b
Octal51216263115250363047753
Binary101001100011101011001110011011010101111011000100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,142,179); }

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

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

 a { background-color: rgb(41,142,179); }

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

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

 span { border-color: rgb(41,142,179); }

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