Html Css Color HEX #298DB2 Pelorous

📋 copy color: '#298DB2'

red 41 ◦ green 141 ◦ blue 178

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

Shades of Pelorous #298DB2

Tints of Pelorous #298DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

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

R = 11.39%
G = 39.17%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#298DB2 (or 0x298DB2) is known color: Pelorous. HEX triplet: 29, 8D and B2. RGB value is (41,141,178). Sum of RGB (Red+Green+Blue) = 41+141+178=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #298DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298DB2 is #D6724D. Grayscale: #737373. Windows color (decimal): -14053966 or 11701545. OLE color: 11701545.

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

Color convert

RGB 41 141 178 -
CMYK 0.77 0.21 0 0.30
HSL 196.2º 0.63% 0.43% -
HSV(B) 196.2º 0.77% 0.7% -
XYZ 18.48 22.74 45.53 -
YUV 115.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 41 141 178 0.77 0.21 0 0.30 196.2 0.63 0.43
Hex 29 8D B2 4D 15 0 1E C4 3F 2B
Octal 51 215 262 115 25 0 36 304 77 53
Binary 101001 10001101 10110010 1001101 10101 0 11110 11000100 111111 101011

Color Harmonies of #298DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DB2

Black with #298DB2

Text Example


Text Example

White with #298DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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