Html Css Color HEX #299FBC Pelorous

📋 copy color: '#299FBC'

red 41 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #299FBC

Tints of Pelorous #299FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 10.57%
G = 40.98%
B = 48.45%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#299FBC (or 0x299FBC) is known color: Pelorous. HEX triplet: 29, 9F and BC. RGB value is (41,159,188). Sum of RGB (Red+Green+Blue) = 41+159+188=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #299FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FBC is #D66043. Grayscale: #7E7E7E. Windows color (decimal): -14049348 or 12361513. OLE color: 12361513.

HSL color Cylindrical-coordinate representation of color #299FBC: hue angle of 191.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299FBC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 159 188 -
CMYK 0.78 0.15 0 0.26
HSL 191.84º 0.64% 0.45% -
HSV(B) 191.84º 0.78% 0.74% -
XYZ 22.39 28.9 51.97 -
YUV 127.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 41 159 188 0.78 0.15 0 0.26 191.84 0.64 0.45
Hex 29 9F BC 4E F 0 1A C0 40 2D
Octal 51 237 274 116 17 0 32 300 100 55
Binary 101001 10011111 10111100 1001110 1111 0 11010 11000000 1000000 101101

Color Harmonies of #299FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FBC

Black with #299FBC

Text Example


Text Example

White with #299FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299FBC; }

 p { color: rgb(41,159,188); }

 H1.HeaderClassName
 {
   color: #299FBC;
 }
 .AnyTagClassName
 {
   color: #299FBC;
 }
</style>

background-color css

<style>
 a { background-color: #299FBC; }

 a { background-color: rgb(41,159,188); }

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

border-color css

<style>
 span { border-color: #299FBC; }

 span { border-color: rgb(41,159,188); }

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