Html Css Color HEX #299BB3 Pelorous

📋 copy color: '#299BB3'

red 41 ◦ green 155 ◦ blue 179

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

Shades of Pelorous #299BB3

Tints of Pelorous #299BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 10.93%
G = 41.33%
B = 47.73%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#299BB3 (or 0x299BB3) is known color: Pelorous. HEX triplet: 29, 9B and B3. RGB value is (41,155,179). Sum of RGB (Red+Green+Blue) = 41+155+179=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #299BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BB3 is #D6644C. Grayscale: #7B7B7B. Windows color (decimal): -14050381 or 11770665. OLE color: 11770665.

HSL color Cylindrical-coordinate representation of color #299BB3: hue angle of 190.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299BB3 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 155 179 -
CMYK 0.77 0.13 0 0.30
HSL 190.43º 0.63% 0.43% -
HSV(B) 190.43º 0.77% 0.7% -
XYZ 20.77 27.17 46.8 -
YUV 123.65 159.23 69.05 -
System Red Green Blue C M Y K H S L
Decimal 41 155 179 0.77 0.13 0 0.30 190.43 0.63 0.43
Hex 29 9B B3 4D D 0 1E BE 3F 2B
Octal 51 233 263 115 15 0 36 276 77 53
Binary 101001 10011011 10110011 1001101 1101 0 11110 10111110 111111 101011

Color Harmonies of #299BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BB3

Black with #299BB3

Text Example


Text Example

White with #299BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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