Html Css Color HEX #298AB3 Pelorous

📋 copy color: '#298AB3'

red 41 ◦ green 138 ◦ blue 179

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

Shades of Pelorous #298AB3

Tints of Pelorous #298AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 11.45%
G = 38.55%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#298AB3 (or 0x298AB3) is known color: Pelorous. HEX triplet: 29, 8A and B3. RGB value is (41,138,179). Sum of RGB (Red+Green+Blue) = 41+138+179=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #298AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298AB3 is #D6754C. Grayscale: #717171. Windows color (decimal): -14054733 or 11766313. OLE color: 11766313.

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

Color convert

RGB 41 138 179 -
CMYK 0.77 0.23 0 0.30
HSL 197.83º 0.63% 0.43% -
HSV(B) 197.83º 0.77% 0.7% -
XYZ 18.14 21.9 45.92 -
YUV 113.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 41 138 179 0.77 0.23 0 0.30 197.83 0.63 0.43
Hex 29 8A B3 4D 17 0 1E C6 3F 2B
Octal 51 212 263 115 27 0 36 306 77 53
Binary 101001 10001010 10110011 1001101 10111 0 11110 11000110 111111 101011

Color Harmonies of #298AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AB3

Black with #298AB3

Text Example


Text Example

White with #298AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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