Html Css Color HEX #298FAD Pelorous

📋 copy color: '#298FAD'

red 41 ◦ green 143 ◦ blue 173

#298FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #298FAD

Tints of Pelorous #298FAD

RGB

 RED value IS 41 (16.41% from 255) = 11.48%

 GREEN value IS 143 (56.25% from 255) = 40.06%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 11.48%
G = 40.06%
B = 48.46%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#298FAD (or 0x298FAD) is known color: Pelorous. HEX triplet: 29, 8F and AD. RGB value is (41,143,173). Sum of RGB (Red+Green+Blue) = 41+143+173=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #298FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FAD is #D67052. Grayscale: #737373. Windows color (decimal): -14053459 or 11374377. OLE color: 11374377.

HSL color Cylindrical-coordinate representation of color #298FAD: hue angle of 193.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298FAD is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 143 173 -
CMYK 0.76 0.17 0 0.32
HSL 193.64º 0.62% 0.42% -
HSV(B) 193.64º 0.76% 0.68% -
XYZ 18.28 23.13 43.04 -
YUV 115.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 41 143 173 0.76 0.17 0 0.32 193.64 0.62 0.42
Hex 29 8F AD 4C 11 0 20 C2 3E 2A
Octal 51 217 255 114 21 0 40 302 76 52
Binary 101001 10001111 10101101 1001100 10001 0 100000 11000010 111110 101010

Color Harmonies of #298FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FAD

Black with #298FAD

Text Example


Text Example

White with #298FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,143,173); }

 H1.HeaderClassName
 {
   color: #298FAD;
 }
 .AnyTagClassName
 {
   color: #298FAD;
 }
</style>

background-color css

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

 a { background-color: rgb(41,143,173); }

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

border-color css

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

 span { border-color: rgb(41,143,173); }

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