Html Css Color HEX #299BCD Pelorous

📋 copy color: '#299BCD'

red 41 ◦ green 155 ◦ blue 205

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

Shades of Pelorous #299BCD

Tints of Pelorous #299BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 10.22%
G = 38.65%
B = 51.12%

CMYK

 C value IS 0.8

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#299BCD (or 0x299BCD) is known color: Pelorous. HEX triplet: 29, 9B and CD. RGB value is (41,155,205). Sum of RGB (Red+Green+Blue) = 41+155+205=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #299BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCD is #D66432. Grayscale: #7E7E7E. Windows color (decimal): -14050355 or 13474601. OLE color: 13474601.

HSL color Cylindrical-coordinate representation of color #299BCD: hue angle of 198.29º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299BCD is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 155 205 -
CMYK 0.8 0.24 0 0.20
HSL 198.29º 0.67% 0.48% -
HSV(B) 198.29º 0.8% 0.8% -
XYZ 23.66 28.32 61.98 -
YUV 126.61 172.23 66.93 -
System Red Green Blue C M Y K H S L
Decimal 41 155 205 0.8 0.24 0 0.20 198.29 0.67 0.48
Hex 29 9B CD 50 18 0 14 C6 43 30
Octal 51 233 315 120 30 0 24 306 103 60
Binary 101001 10011011 11001101 1010000 11000 0 10100 11000110 1000011 110000

Color Harmonies of #299BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BCD

Black with #299BCD

Text Example


Text Example

White with #299BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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