Html Css Color HEX #299BA5 Pelorous

📋 copy color: '#299BA5'

red 41 ◦ green 155 ◦ blue 165

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

Shades of Pelorous #299BA5

Tints of Pelorous #299BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 11.36%
G = 42.94%
B = 45.71%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#299BA5 (or 0x299BA5) is known color: Pelorous. HEX triplet: 29, 9B and A5. RGB value is (41,155,165). Sum of RGB (Red+Green+Blue) = 41+155+165=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #299BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA5 is #D6645A. Grayscale: #797979. Windows color (decimal): -14050395 or 10853161. OLE color: 10853161.

HSL color Cylindrical-coordinate representation of color #299BA5: hue angle of 184.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299BA5 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 155 165 -
CMYK 0.75 0.06 0 0.35
HSL 184.84º 0.6% 0.4% -
HSV(B) 184.84º 0.75% 0.65% -
XYZ 19.43 26.63 39.71 -
YUV 122.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 41 155 165 0.75 0.06 0 0.35 184.84 0.6 0.4
Hex 29 9B A5 4B 6 0 23 B9 3C 28
Octal 51 233 245 113 6 0 43 271 74 50
Binary 101001 10011011 10100101 1001011 110 0 100011 10111001 111100 101000

Color Harmonies of #299BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BA5

Black with #299BA5

Text Example


Text Example

White with #299BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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