Html Css Color HEX #298CBA Pelorous

📋 copy color: '#298CBA'

red 41 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #298CBA

Tints of Pelorous #298CBA

RGB

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

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

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

R = 11.17%
G = 38.15%
B = 50.68%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298CBA (or 0x298CBA) is known color: Pelorous. HEX triplet: 29, 8C and BA. RGB value is (41,140,186). Sum of RGB (Red+Green+Blue) = 41+140+186=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #298CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CBA is #D67345. Grayscale: #737373. Windows color (decimal): -14054214 or 12225577. OLE color: 12225577.

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

Color convert

RGB 41 140 186 -
CMYK 0.78 0.25 0 0.27
HSL 199.03º 0.64% 0.45% -
HSV(B) 199.03º 0.78% 0.73% -
XYZ 19.16 22.77 49.84 -
YUV 115.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 41 140 186 0.78 0.25 0 0.27 199.03 0.64 0.45
Hex 29 8C BA 4E 19 0 1B C7 40 2D
Octal 51 214 272 116 31 0 33 307 100 55
Binary 101001 10001100 10111010 1001110 11001 0 11011 11000111 1000000 101101

Color Harmonies of #298CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CBA

Black with #298CBA

Text Example


Text Example

White with #298CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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