Html Css Color HEX #298EBC Pelorous

📋 copy color: '#298EBC'

red 41 ◦ green 142 ◦ blue 188

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

Shades of Pelorous #298EBC

Tints of Pelorous #298EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 11.05%
G = 38.27%
B = 50.67%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#298EBC (or 0x298EBC) is known color: Pelorous. HEX triplet: 29, 8E and BC. RGB value is (41,142,188). Sum of RGB (Red+Green+Blue) = 41+142+188=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #298EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EBC is #D67143. Grayscale: #747474. Windows color (decimal): -14053700 or 12357161. OLE color: 12357161.

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

Color convert

RGB 41 142 188 -
CMYK 0.78 0.24 0 0.26
HSL 198.78º 0.64% 0.45% -
HSV(B) 198.78º 0.78% 0.74% -
XYZ 19.66 23.45 51.07 -
YUV 117.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 41 142 188 0.78 0.24 0 0.26 198.78 0.64 0.45
Hex 29 8E BC 4E 18 0 1A C7 40 2D
Octal 51 216 274 116 30 0 32 307 100 55
Binary 101001 10001110 10111100 1001110 11000 0 11010 11000111 1000000 101101

Color Harmonies of #298EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EBC

Black with #298EBC

Text Example


Text Example

White with #298EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,188); }

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

background-color css

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

 a { background-color: rgb(41,142,188); }

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

border-color css

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

 span { border-color: rgb(41,142,188); }

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