Html Css Color HEX #298BB2 Pelorous

📋 copy color: '#298BB2'

red 41 ◦ green 139 ◦ blue 178

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

Shades of Pelorous #298BB2

Tints of Pelorous #298BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.72%

R = 11.45%
G = 38.83%
B = 49.72%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#298BB2 (or 0x298BB2) is known color: Pelorous. HEX triplet: 29, 8B and B2. RGB value is (41,139,178). Sum of RGB (Red+Green+Blue) = 41+139+178=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #298BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BB2 is #D6744D. Grayscale: #717171. Windows color (decimal): -14054478 or 11701033. OLE color: 11701033.

HSL color Cylindrical-coordinate representation of color #298BB2: hue angle of 197.08º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298BB2 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 139 178 -
CMYK 0.77 0.22 0 0.30
HSL 197.08º 0.63% 0.43% -
HSV(B) 197.08º 0.77% 0.7% -
XYZ 18.18 22.15 45.44 -
YUV 114.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 41 139 178 0.77 0.22 0 0.30 197.08 0.63 0.43
Hex 29 8B B2 4D 16 0 1E C5 3F 2B
Octal 51 213 262 115 26 0 36 305 77 53
Binary 101001 10001011 10110010 1001101 10110 0 11110 11000101 111111 101011

Color Harmonies of #298BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BB2

Black with #298BB2

Text Example


Text Example

White with #298BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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