Html Css Color HEX #298DAC Pelorous

📋 copy color: '#298DAC'

red 41 ◦ green 141 ◦ blue 172

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

Shades of Pelorous #298DAC

Tints of Pelorous #298DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

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

R = 11.58%
G = 39.83%
B = 48.59%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#298DAC (or 0x298DAC) is known color: Pelorous. HEX triplet: 29, 8D and AC. RGB value is (41,141,172). Sum of RGB (Red+Green+Blue) = 41+141+172=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #298DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298DAC is #D67253. Grayscale: #727272. Windows color (decimal): -14053972 or 11308329. OLE color: 11308329.

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

Color convert

RGB 41 141 172 -
CMYK 0.76 0.18 0 0.33
HSL 194.2º 0.62% 0.42% -
HSV(B) 194.2º 0.76% 0.67% -
XYZ 17.89 22.5 42.43 -
YUV 114.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 41 141 172 0.76 0.18 0 0.33 194.2 0.62 0.42
Hex 29 8D AC 4C 12 0 21 C2 3E 2A
Octal 51 215 254 114 22 0 41 302 76 52
Binary 101001 10001101 10101100 1001100 10010 0 100001 11000010 111110 101010

Color Harmonies of #298DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DAC

Black with #298DAC

Text Example


Text Example

White with #298DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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