Html Css Color HEX #298BBB Pelorous

📋 copy color: '#298BBB'

red 41 ◦ green 139 ◦ blue 187

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

Shades of Pelorous #298BBB

Tints of Pelorous #298BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.87%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 11.17%
G = 37.87%
B = 50.95%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298BBB (or 0x298BBB) is known color: Pelorous. HEX triplet: 29, 8B and BB. RGB value is (41,139,187). Sum of RGB (Red+Green+Blue) = 41+139+187=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #298BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BBB is #D67444. Grayscale: #727272. Windows color (decimal): -14054469 or 12290857. OLE color: 12290857.

HSL color Cylindrical-coordinate representation of color #298BBB: hue angle of 199.73º 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 #298BBB is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 139 187 -
CMYK 0.78 0.26 0 0.27
HSL 199.73º 0.64% 0.45% -
HSV(B) 199.73º 0.78% 0.73% -
XYZ 19.12 22.52 50.35 -
YUV 115.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 41 139 187 0.78 0.26 0 0.27 199.73 0.64 0.45
Hex 29 8B BB 4E 1A 0 1B C8 40 2D
Octal 51 213 273 116 32 0 33 310 100 55
Binary 101001 10001011 10111011 1001110 11010 0 11011 11001000 1000000 101101

Color Harmonies of #298BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BBB

Black with #298BBB

Text Example


Text Example

White with #298BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,139,187); }

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

background-color css

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

 a { background-color: rgb(41,139,187); }

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

border-color css

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

 span { border-color: rgb(41,139,187); }

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