Html Css Color HEX #298FAF Pelorous

📋 copy color: '#298FAF'

red 41 ◦ green 143 ◦ blue 175

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

Shades of Pelorous #298FAF

Tints of Pelorous #298FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 11.42%
G = 39.83%
B = 48.75%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#298FAF (or 0x298FAF) is known color: Pelorous. HEX triplet: 29, 8F and AF. RGB value is (41,143,175). Sum of RGB (Red+Green+Blue) = 41+143+175=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #298FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FAF is #D67050. Grayscale: #737373. Windows color (decimal): -14053457 or 11505449. OLE color: 11505449.

HSL color Cylindrical-coordinate representation of color #298FAF: hue angle of 194.33º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298FAF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 143 175 -
CMYK 0.77 0.18 0 0.31
HSL 194.33º 0.62% 0.42% -
HSV(B) 194.33º 0.77% 0.69% -
XYZ 18.47 23.21 44.06 -
YUV 116.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 41 143 175 0.77 0.18 0 0.31 194.33 0.62 0.42
Hex 29 8F AF 4D 12 0 1F C2 3E 2A
Octal 51 217 257 115 22 0 37 302 76 52
Binary 101001 10001111 10101111 1001101 10010 0 11111 11000010 111110 101010

Color Harmonies of #298FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FAF

Black with #298FAF

Text Example


Text Example

White with #298FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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