Html Css Color HEX #299CCA Pelorous

📋 copy color: '#299CCA'

red 41 ◦ green 156 ◦ blue 202

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

Shades of Pelorous #299CCA

Tints of Pelorous #299CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 10.28%
G = 39.1%
B = 50.63%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#299CCA (or 0x299CCA) is known color: Pelorous. HEX triplet: 29, 9C and CA. RGB value is (41,156,202). Sum of RGB (Red+Green+Blue) = 41+156+202=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #299CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CCA is #D66335. Grayscale: #7E7E7E. Windows color (decimal): -14050102 or 13278249. OLE color: 13278249.

HSL color Cylindrical-coordinate representation of color #299CCA: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299CCA is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 156 202 -
CMYK 0.80 0.23 0 0.21
HSL 197.14º 0.66% 0.48% -
HSV(B) 197.14º 0.8% 0.79% -
XYZ 23.46 28.51 60.14 -
YUV 126.86 170.4 66.76 -
System Red Green Blue C M Y K H S L
Decimal 41 156 202 0.80 0.23 0 0.21 197.14 0.66 0.48
Hex 29 9C CA 50 17 0 15 C5 42 30
Octal 51 234 312 120 27 0 25 305 102 60
Binary 101001 10011100 11001010 1010000 10111 0 10101 11000101 1000010 110000

Color Harmonies of #299CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CCA

Black with #299CCA

Text Example


Text Example

White with #299CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,156,202); }

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

background-color css

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

 a { background-color: rgb(41,156,202); }

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

border-color css

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

 span { border-color: rgb(41,156,202); }

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