Html Css Color HEX #298FAC Pelorous

📋 copy color: '#298FAC'

red 41 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #298FAC

Tints of Pelorous #298FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 11.52%
G = 40.17%
B = 48.31%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#298FAC (or 0x298FAC) is known color: Pelorous. HEX triplet: 29, 8F and AC. RGB value is (41,143,172). Sum of RGB (Red+Green+Blue) = 41+143+172=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #298FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FAC is #D67053. Grayscale: #737373. Windows color (decimal): -14053460 or 11308841. OLE color: 11308841.

HSL color Cylindrical-coordinate representation of color #298FAC: hue angle of 193.28º degrees, saturation: 0.62, 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 #298FAC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 143 172 -
CMYK 0.76 0.17 0 0.33
HSL 193.28º 0.62% 0.42% -
HSV(B) 193.28º 0.76% 0.67% -
XYZ 18.18 23.09 42.53 -
YUV 115.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 41 143 172 0.76 0.17 0 0.33 193.28 0.62 0.42
Hex 29 8F AC 4C 11 0 21 C1 3E 2A
Octal 51 217 254 114 21 0 41 301 76 52
Binary 101001 10001111 10101100 1001100 10001 0 100001 11000001 111110 101010

Color Harmonies of #298FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FAC

Black with #298FAC

Text Example


Text Example

White with #298FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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