Html Css Color HEX #298EBA Pelorous

📋 copy color: '#298EBA'

red 41 ◦ green 142 ◦ blue 186

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

Shades of Pelorous #298EBA

Tints of Pelorous #298EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 11.11%
G = 38.48%
B = 50.41%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298EBA (or 0x298EBA) is known color: Pelorous. HEX triplet: 29, 8E and BA. RGB value is (41,142,186). Sum of RGB (Red+Green+Blue) = 41+142+186=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #298EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EBA is #D67145. Grayscale: #747474. Windows color (decimal): -14053702 or 12226089. OLE color: 12226089.

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

Color convert

RGB 41 142 186 -
CMYK 0.78 0.24 0 0.27
HSL 198.21º 0.64% 0.45% -
HSV(B) 198.21º 0.78% 0.73% -
XYZ 19.45 23.36 49.94 -
YUV 116.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 41 142 186 0.78 0.24 0 0.27 198.21 0.64 0.45
Hex 29 8E BA 4E 18 0 1B C6 40 2D
Octal 51 216 272 116 30 0 33 306 100 55
Binary 101001 10001110 10111010 1001110 11000 0 11011 11000110 1000000 101101

Color Harmonies of #298EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EBA

Black with #298EBA

Text Example


Text Example

White with #298EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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