Html Css Color HEX #298FB3 Pelorous

📋 copy color: '#298FB3'

red 41 ◦ green 143 ◦ blue 179

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

Shades of Pelorous #298FB3

Tints of Pelorous #298FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.31%

R = 11.29%
G = 39.39%
B = 49.31%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#298FB3 (or 0x298FB3) is known color: Pelorous. HEX triplet: 29, 8F and B3. RGB value is (41,143,179). Sum of RGB (Red+Green+Blue) = 41+143+179=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #298FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FB3 is #D6704C. Grayscale: #747474. Windows color (decimal): -14053453 or 11767593. OLE color: 11767593.

HSL color Cylindrical-coordinate representation of color #298FB3: hue angle of 195.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298FB3 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 143 179 -
CMYK 0.77 0.20 0 0.30
HSL 195.65º 0.63% 0.43% -
HSV(B) 195.65º 0.77% 0.7% -
XYZ 18.87 23.37 46.16 -
YUV 116.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 41 143 179 0.77 0.20 0 0.30 195.65 0.63 0.43
Hex 29 8F B3 4D 14 0 1E C4 3F 2B
Octal 51 217 263 115 24 0 36 304 77 53
Binary 101001 10001111 10110011 1001101 10100 0 11110 11000100 111111 101011

Color Harmonies of #298FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FB3

Black with #298FB3

Text Example


Text Example

White with #298FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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