Html Css Color HEX #298FAE Pelorous

📋 copy color: '#298FAE'

red 41 ◦ green 143 ◦ blue 174

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

Shades of Pelorous #298FAE

Tints of Pelorous #298FAE

RGB

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

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

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

R = 11.45%
G = 39.94%
B = 48.6%

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

#298FAE (or 0x298FAE) is known color: Pelorous. HEX triplet: 29, 8F and AE. RGB value is (41,143,174). Sum of RGB (Red+Green+Blue) = 41+143+174=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #298FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FAE is #D67051. Grayscale: #737373. Windows color (decimal): -14053458 or 11439913. OLE color: 11439913.

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

Color convert

RGB 41 143 174 -
CMYK 0.76 0.18 0 0.32
HSL 193.99º 0.62% 0.42% -
HSV(B) 193.99º 0.76% 0.68% -
XYZ 18.38 23.17 43.55 -
YUV 116.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 41 143 174 0.76 0.18 0 0.32 193.99 0.62 0.42
Hex 29 8F AE 4C 12 0 20 C2 3E 2A
Octal 51 217 256 114 22 0 40 302 76 52
Binary 101001 10001111 10101110 1001100 10010 0 100000 11000010 111110 101010

Color Harmonies of #298FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FAE

Black with #298FAE

Text Example


Text Example

White with #298FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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