Html Css Color HEX #298FB6 Pelorous

📋 copy color: '#298FB6'

red 41 ◦ green 143 ◦ blue 182

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

Shades of Pelorous #298FB6

Tints of Pelorous #298FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 11.2%
G = 39.07%
B = 49.73%

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

#298FB6 (or 0x298FB6) is known color: Pelorous. HEX triplet: 29, 8F and B6. RGB value is (41,143,182). Sum of RGB (Red+Green+Blue) = 41+143+182=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #298FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FB6 is #D67049. Grayscale: #747474. Windows color (decimal): -14053450 or 11964201. OLE color: 11964201.

HSL color Cylindrical-coordinate representation of color #298FB6: hue angle of 196.6º 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 #298FB6 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 143 182 -
CMYK 0.77 0.21 0 0.29
HSL 196.6º 0.63% 0.44% -
HSV(B) 196.6º 0.77% 0.71% -
XYZ 19.18 23.49 47.78 -
YUV 116.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 41 143 182 0.77 0.21 0 0.29 196.6 0.63 0.44
Hex 29 8F B6 4D 15 0 1D C5 3F 2C
Octal 51 217 266 115 25 0 35 305 77 54
Binary 101001 10001111 10110110 1001101 10101 0 11101 11000101 111111 101100

Color Harmonies of #298FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FB6

Black with #298FB6

Text Example


Text Example

White with #298FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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