Html Css Color HEX #299EBE Pelorous

📋 copy color: '#299EBE'

red 41 ◦ green 158 ◦ blue 190

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

Shades of Pelorous #299EBE

Tints of Pelorous #299EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.62%

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

R = 10.54%
G = 40.62%
B = 48.84%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#299EBE (or 0x299EBE) is known color: Pelorous. HEX triplet: 29, 9E and BE. RGB value is (41,158,190). Sum of RGB (Red+Green+Blue) = 41+158+190=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #299EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EBE is #D66141. Grayscale: #7E7E7E. Windows color (decimal): -14049602 or 12492329. OLE color: 12492329.

HSL color Cylindrical-coordinate representation of color #299EBE: hue angle of 192.89º 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 #299EBE is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 158 190 -
CMYK 0.78 0.17 0 0.25
HSL 192.89º 0.65% 0.45% -
HSV(B) 192.89º 0.78% 0.75% -
XYZ 22.44 28.64 53.06 -
YUV 126.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 41 158 190 0.78 0.17 0 0.25 192.89 0.65 0.45
Hex 29 9E BE 4E 11 0 19 C1 41 2D
Octal 51 236 276 116 21 0 31 301 101 55
Binary 101001 10011110 10111110 1001110 10001 0 11001 11000001 1000001 101101

Color Harmonies of #299EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EBE

Black with #299EBE

Text Example


Text Example

White with #299EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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