Html Css Color HEX #298CB7 Pelorous

📋 copy color: '#298CB7'

red 41 ◦ green 140 ◦ blue 183

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

Shades of Pelorous #298CB7

Tints of Pelorous #298CB7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 183 (71.88% from 255) = 50.27%

R = 11.26%
G = 38.46%
B = 50.27%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#298CB7 (or 0x298CB7) is known color: Pelorous. HEX triplet: 29, 8C and B7. RGB value is (41,140,183). Sum of RGB (Red+Green+Blue) = 41+140+183=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #298CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CB7 is #D67348. Grayscale: #737373. Windows color (decimal): -14054217 or 12028969. OLE color: 12028969.

HSL color Cylindrical-coordinate representation of color #298CB7: hue angle of 198.17º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298CB7 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 140 183 -
CMYK 0.78 0.23 0 0.28
HSL 198.17º 0.63% 0.44% -
HSV(B) 198.17º 0.78% 0.72% -
XYZ 18.84 22.65 48.18 -
YUV 115.3 166.2 75 -
System Red Green Blue C M Y K H S L
Decimal 41 140 183 0.78 0.23 0 0.28 198.17 0.63 0.44
Hex 29 8C B7 4E 17 0 1C C6 3F 2C
Octal 51 214 267 116 27 0 34 306 77 54
Binary 101001 10001100 10110111 1001110 10111 0 11100 11000110 111111 101100

Color Harmonies of #298CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CB7

Black with #298CB7

Text Example


Text Example

White with #298CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,140,183); }

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

background-color css

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

 a { background-color: rgb(41,140,183); }

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

border-color css

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

 span { border-color: rgb(41,140,183); }

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