Html Css Color HEX #299FB9 Pelorous

📋 copy color: '#299FB9'

red 41 ◦ green 159 ◦ blue 185

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

Shades of Pelorous #299FB9

Tints of Pelorous #299FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 10.65%
G = 41.3%
B = 48.05%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#299FB9 (or 0x299FB9) is known color: Pelorous. HEX triplet: 29, 9F and B9. RGB value is (41,159,185). Sum of RGB (Red+Green+Blue) = 41+159+185=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #299FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FB9 is #D66046. Grayscale: #7E7E7E. Windows color (decimal): -14049351 or 12164905. OLE color: 12164905.

HSL color Cylindrical-coordinate representation of color #299FB9: hue angle of 190.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299FB9 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 159 185 -
CMYK 0.78 0.14 0 0.27
HSL 190.83º 0.64% 0.44% -
HSV(B) 190.83º 0.78% 0.73% -
XYZ 22.07 28.77 50.29 -
YUV 126.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 41 159 185 0.78 0.14 0 0.27 190.83 0.64 0.44
Hex 29 9F B9 4E E 0 1B BF 40 2C
Octal 51 237 271 116 16 0 33 277 100 54
Binary 101001 10011111 10111001 1001110 1110 0 11011 10111111 1000000 101100

Color Harmonies of #299FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FB9

Black with #299FB9

Text Example


Text Example

White with #299FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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