Html Css Color HEX #299FBE Pelorous

📋 copy color: '#299FBE'

red 41 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #299FBE

Tints of Pelorous #299FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 10.51%
G = 40.77%
B = 48.72%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#299FBE (or 0x299FBE) is known color: Pelorous. HEX triplet: 29, 9F and BE. RGB value is (41,159,190). Sum of RGB (Red+Green+Blue) = 41+159+190=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #299FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FBE is #D66041. Grayscale: #7F7F7F. Windows color (decimal): -14049346 or 12492585. OLE color: 12492585.

HSL color Cylindrical-coordinate representation of color #299FBE: hue angle of 192.48º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299FBE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 159 190 -
CMYK 0.78 0.16 0 0.25
HSL 192.48º 0.65% 0.45% -
HSV(B) 192.48º 0.78% 0.75% -
XYZ 22.61 28.99 53.12 -
YUV 127.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 41 159 190 0.78 0.16 0 0.25 192.48 0.65 0.45
Hex 29 9F BE 4E 10 0 19 C0 41 2D
Octal 51 237 276 116 20 0 31 300 101 55
Binary 101001 10011111 10111110 1001110 10000 0 11001 11000000 1000001 101101

Color Harmonies of #299FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FBE

Black with #299FBE

Text Example


Text Example

White with #299FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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