Html Css Color HEX #298AB0 Pelorous

📋 copy color: '#298AB0'

red 41 ◦ green 138 ◦ blue 176

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

Shades of Pelorous #298AB0

Tints of Pelorous #298AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 11.55%
G = 38.87%
B = 49.58%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#298AB0 (or 0x298AB0) is known color: Pelorous. HEX triplet: 29, 8A and B0. RGB value is (41,138,176). Sum of RGB (Red+Green+Blue) = 41+138+176=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #298AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AB0 is #D6754F. Grayscale: #717171. Windows color (decimal): -14054736 or 11569705. OLE color: 11569705.

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

Color convert

RGB 41 138 176 -
CMYK 0.77 0.22 0 0.31
HSL 196.89º 0.62% 0.43% -
HSV(B) 196.89º 0.77% 0.69% -
XYZ 17.84 21.78 44.34 -
YUV 113.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 41 138 176 0.77 0.22 0 0.31 196.89 0.62 0.43
Hex 29 8A B0 4D 16 0 1F C5 3E 2B
Octal 51 212 260 115 26 0 37 305 76 53
Binary 101001 10001010 10110000 1001101 10110 0 11111 11000101 111110 101011

Color Harmonies of #298AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AB0

Black with #298AB0

Text Example


Text Example

White with #298AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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