Html Css Color HEX #298FBA Pelorous

📋 copy color: '#298FBA'

red 41 ◦ green 143 ◦ blue 186

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

Shades of Pelorous #298FBA

Tints of Pelorous #298FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 11.08%
G = 38.65%
B = 50.27%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298FBA (or 0x298FBA) is known color: Pelorous. HEX triplet: 29, 8F and BA. RGB value is (41,143,186). Sum of RGB (Red+Green+Blue) = 41+143+186=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #298FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FBA is #D67045. Grayscale: #757575. Windows color (decimal): -14053446 or 12226345. OLE color: 12226345.

HSL color Cylindrical-coordinate representation of color #298FBA: hue angle of 197.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298FBA is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 143 186 -
CMYK 0.78 0.23 0 0.27
HSL 197.79º 0.64% 0.45% -
HSV(B) 197.79º 0.78% 0.73% -
XYZ 19.6 23.66 49.99 -
YUV 117.4 166.71 73.5 -
System Red Green Blue C M Y K H S L
Decimal 41 143 186 0.78 0.23 0 0.27 197.79 0.64 0.45
Hex 29 8F BA 4E 17 0 1B C6 40 2D
Octal 51 217 272 116 27 0 33 306 100 55
Binary 101001 10001111 10111010 1001110 10111 0 11011 11000110 1000000 101101

Color Harmonies of #298FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FBA

Black with #298FBA

Text Example


Text Example

White with #298FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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