Html Css Color HEX #298BBC Pelorous

📋 copy color: '#298BBC'

red 41 ◦ green 139 ◦ blue 188

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

Shades of Pelorous #298BBC

Tints of Pelorous #298BBC

RGB

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

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

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

R = 11.14%
G = 37.77%
B = 51.09%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#298BBC (or 0x298BBC) is known color: Pelorous. HEX triplet: 29, 8B and BC. RGB value is (41,139,188). Sum of RGB (Red+Green+Blue) = 41+139+188=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #298BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BBC is #D67443. Grayscale: #727272. Windows color (decimal): -14054468 or 12356393. OLE color: 12356393.

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

Color convert

RGB 41 139 188 -
CMYK 0.78 0.26 0 0.26
HSL 200º 0.64% 0.45% -
HSV(B) 200º 0.78% 0.74% -
XYZ 19.22 22.57 50.92 -
YUV 115.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 41 139 188 0.78 0.26 0 0.26 200 0.64 0.45
Hex 29 8B BC 4E 1A 0 1A C8 40 2D
Octal 51 213 274 116 32 0 32 310 100 55
Binary 101001 10001011 10111100 1001110 11010 0 11010 11001000 1000000 101101

Color Harmonies of #298BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BBC

Black with #298BBC

Text Example


Text Example

White with #298BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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