Html Css Color HEX #298FB5 Pelorous

📋 copy color: '#298FB5'

red 41 ◦ green 143 ◦ blue 181

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

Shades of Pelorous #298FB5

Tints of Pelorous #298FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.59%

R = 11.23%
G = 39.18%
B = 49.59%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#298FB5 (or 0x298FB5) is known color: Pelorous. HEX triplet: 29, 8F and B5. RGB value is (41,143,181). Sum of RGB (Red+Green+Blue) = 41+143+181=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #298FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FB5 is #D6704A. Grayscale: #747474. Windows color (decimal): -14053451 or 11898665. OLE color: 11898665.

HSL color Cylindrical-coordinate representation of color #298FB5: hue angle of 196.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298FB5 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 143 181 -
CMYK 0.77 0.21 0 0.29
HSL 196.29º 0.63% 0.44% -
HSV(B) 196.29º 0.77% 0.71% -
XYZ 19.08 23.45 47.24 -
YUV 116.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 41 143 181 0.77 0.21 0 0.29 196.29 0.63 0.44
Hex 29 8F B5 4D 15 0 1D C4 3F 2C
Octal 51 217 265 115 25 0 35 304 77 54
Binary 101001 10001111 10110101 1001101 10101 0 11101 11000100 111111 101100

Color Harmonies of #298FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FB5

Black with #298FB5

Text Example


Text Example

White with #298FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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