Html Css Color HEX #298CB3 Pelorous

📋 copy color: '#298CB3'

red 41 ◦ green 140 ◦ blue 179

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

Shades of Pelorous #298CB3

Tints of Pelorous #298CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 11.39%
G = 38.89%
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

#298CB3 (or 0x298CB3) is known color: Pelorous. HEX triplet: 29, 8C and B3. RGB value is (41,140,179). Sum of RGB (Red+Green+Blue) = 41+140+179=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #298CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CB3 is #D6734C. Grayscale: #727272. Windows color (decimal): -14054221 or 11766825. OLE color: 11766825.

HSL color Cylindrical-coordinate representation of color #298CB3: hue angle of 196.96º 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 #298CB3 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 140 179 -
CMYK 0.77 0.22 0 0.30
HSL 196.96º 0.63% 0.43% -
HSV(B) 196.96º 0.77% 0.7% -
XYZ 18.43 22.48 46.02 -
YUV 114.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 41 140 179 0.77 0.22 0 0.30 196.96 0.63 0.43
Hex 29 8C B3 4D 16 0 1E C5 3F 2B
Octal 51 214 263 115 26 0 36 305 77 53
Binary 101001 10001100 10110011 1001101 10110 0 11110 11000101 111111 101011

Color Harmonies of #298CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CB3

Black with #298CB3

Text Example


Text Example

White with #298CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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