Html Css Color HEX #298FAB Pelorous

📋 copy color: '#298FAB'

red 41 ◦ green 143 ◦ blue 171

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

Shades of Pelorous #298FAB

Tints of Pelorous #298FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 11.55%
G = 40.28%
B = 48.17%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#298FAB (or 0x298FAB) is known color: Pelorous. HEX triplet: 29, 8F and AB. RGB value is (41,143,171). Sum of RGB (Red+Green+Blue) = 41+143+171=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #298FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FAB is #D67054. Grayscale: #737373. Windows color (decimal): -14053461 or 11243305. OLE color: 11243305.

HSL color Cylindrical-coordinate representation of color #298FAB: hue angle of 192.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298FAB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 143 171 -
CMYK 0.76 0.16 0 0.33
HSL 192.92º 0.61% 0.42% -
HSV(B) 192.92º 0.76% 0.67% -
XYZ 18.09 23.06 42.03 -
YUV 115.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 41 143 171 0.76 0.16 0 0.33 192.92 0.61 0.42
Hex 29 8F AB 4C 10 0 21 C1 3D 2A
Octal 51 217 253 114 20 0 41 301 75 52
Binary 101001 10001111 10101011 1001100 10000 0 100001 11000001 111101 101010

Color Harmonies of #298FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FAB

Black with #298FAB

Text Example


Text Example

White with #298FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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