Html Css Color HEX #298EAE Pelorous

📋 copy color: '#298EAE'

red 41 ◦ green 142 ◦ blue 174

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

Shades of Pelorous #298EAE

Tints of Pelorous #298EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 11.48%
G = 39.78%
B = 48.74%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#298EAE (or 0x298EAE) is known color: Pelorous. HEX triplet: 29, 8E and AE. RGB value is (41,142,174). Sum of RGB (Red+Green+Blue) = 41+142+174=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #298EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EAE is #D67151. Grayscale: #737373. Windows color (decimal): -14053714 or 11439657. OLE color: 11439657.

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

Color convert

RGB 41 142 174 -
CMYK 0.76 0.18 0 0.32
HSL 194.44º 0.62% 0.42% -
HSV(B) 194.44º 0.76% 0.68% -
XYZ 18.23 22.87 43.5 -
YUV 115.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 41 142 174 0.76 0.18 0 0.32 194.44 0.62 0.42
Hex 29 8E AE 4C 12 0 20 C2 3E 2A
Octal 51 216 256 114 22 0 40 302 76 52
Binary 101001 10001110 10101110 1001100 10010 0 100000 11000010 111110 101010

Color Harmonies of #298EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EAE

Black with #298EAE

Text Example


Text Example

White with #298EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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