Html Css Color HEX #298BAE Pelorous

📋 copy color: '#298BAE'

red 41 ◦ green 139 ◦ blue 174

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

Shades of Pelorous #298BAE

Tints of Pelorous #298BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

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

R = 11.58%
G = 39.27%
B = 49.15%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#298BAE (or 0x298BAE) is known color: Pelorous. HEX triplet: 29, 8B and AE. RGB value is (41,139,174). Sum of RGB (Red+Green+Blue) = 41+139+174=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #298BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BAE is #D67451. Grayscale: #717171. Windows color (decimal): -14054482 or 11438889. OLE color: 11438889.

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

Color convert

RGB 41 139 174 -
CMYK 0.76 0.20 0 0.32
HSL 195.79º 0.62% 0.42% -
HSV(B) 195.79º 0.76% 0.68% -
XYZ 17.79 21.99 43.35 -
YUV 113.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 41 139 174 0.76 0.20 0 0.32 195.79 0.62 0.42
Hex 29 8B AE 4C 14 0 20 C4 3E 2A
Octal 51 213 256 114 24 0 40 304 76 52
Binary 101001 10001011 10101110 1001100 10100 0 100000 11000100 111110 101010

Color Harmonies of #298BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BAE

Black with #298BAE

Text Example


Text Example

White with #298BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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