Html Css Color HEX #298EAC Pelorous

📋 copy color: '#298EAC'

red 41 ◦ green 142 ◦ blue 172

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

Shades of Pelorous #298EAC

Tints of Pelorous #298EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 11.55%
G = 40%
B = 48.45%

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

#298EAC (or 0x298EAC) is known color: Pelorous. HEX triplet: 29, 8E and AC. RGB value is (41,142,172). Sum of RGB (Red+Green+Blue) = 41+142+172=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #298EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EAC is #D67153. Grayscale: #737373. Windows color (decimal): -14053716 or 11308585. OLE color: 11308585.

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

Color convert

RGB 41 142 172 -
CMYK 0.76 0.17 0 0.33
HSL 193.74º 0.62% 0.42% -
HSV(B) 193.74º 0.76% 0.67% -
XYZ 18.03 22.8 42.48 -
YUV 115.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 41 142 172 0.76 0.17 0 0.33 193.74 0.62 0.42
Hex 29 8E AC 4C 11 0 21 C2 3E 2A
Octal 51 216 254 114 21 0 41 302 76 52
Binary 101001 10001110 10101100 1001100 10001 0 100001 11000010 111110 101010

Color Harmonies of #298EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EAC

Black with #298EAC

Text Example


Text Example

White with #298EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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