Html Css Color HEX #299BBE Pelorous

📋 copy color: '#299BBE'

red 41 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #299BBE

Tints of Pelorous #299BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

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

R = 10.62%
G = 40.16%
B = 49.22%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#299BBE (or 0x299BBE) is known color: Pelorous. HEX triplet: 29, 9B and BE. RGB value is (41,155,190). Sum of RGB (Red+Green+Blue) = 41+155+190=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #299BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BBE is #D66441. Grayscale: #7C7C7C. Windows color (decimal): -14050370 or 12491561. OLE color: 12491561.

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

Color convert

RGB 41 155 190 -
CMYK 0.78 0.18 0 0.25
HSL 194.09º 0.65% 0.45% -
HSV(B) 194.09º 0.78% 0.75% -
XYZ 21.93 27.63 52.89 -
YUV 124.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 41 155 190 0.78 0.18 0 0.25 194.09 0.65 0.45
Hex 29 9B BE 4E 12 0 19 C2 41 2D
Octal 51 233 276 116 22 0 31 302 101 55
Binary 101001 10011011 10111110 1001110 10010 0 11001 11000010 1000001 101101

Color Harmonies of #299BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BBE

Black with #299BBE

Text Example


Text Example

White with #299BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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