Html Css Color HEX #299BBB Pelorous

📋 copy color: '#299BBB'

red 41 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #299BBB

Tints of Pelorous #299BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 10.7%
G = 40.47%
B = 48.83%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#299BBB (or 0x299BBB) is known color: Pelorous. HEX triplet: 29, 9B and BB. RGB value is (41,155,187). Sum of RGB (Red+Green+Blue) = 41+155+187=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #299BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BBB is #D66444. Grayscale: #7C7C7C. Windows color (decimal): -14050373 or 12294953. OLE color: 12294953.

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

Color convert

RGB 41 155 187 -
CMYK 0.78 0.17 0 0.27
HSL 193.15º 0.64% 0.45% -
HSV(B) 193.15º 0.78% 0.73% -
XYZ 21.61 27.5 51.18 -
YUV 124.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 41 155 187 0.78 0.17 0 0.27 193.15 0.64 0.45
Hex 29 9B BB 4E 11 0 1B C1 40 2D
Octal 51 233 273 116 21 0 33 301 100 55
Binary 101001 10011011 10111011 1001110 10001 0 11011 11000001 1000000 101101

Color Harmonies of #299BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BBB

Black with #299BBB

Text Example


Text Example

White with #299BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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