Html Css Color HEX #299FCC Pelorous

📋 copy color: '#299FCC'

red 41 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #299FCC

Tints of Pelorous #299FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 10.15%
G = 39.36%
B = 50.5%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#299FCC (or 0x299FCC) is known color: Pelorous. HEX triplet: 29, 9F and CC. RGB value is (41,159,204). Sum of RGB (Red+Green+Blue) = 41+159+204=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #299FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FCC is #D66033. Grayscale: #808080. Windows color (decimal): -14049332 or 13410089. OLE color: 13410089.

HSL color Cylindrical-coordinate representation of color #299FCC: hue angle of 196.56º 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 #299FCC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 159 204 -
CMYK 0.80 0.22 0 0.2
HSL 196.56º 0.67% 0.48% -
HSV(B) 196.56º 0.8% 0.8% -
XYZ 24.21 29.63 61.57 -
YUV 128.85 170.41 65.34 -
System Red Green Blue C M Y K H S L
Decimal 41 159 204 0.80 0.22 0 0.2 196.56 0.67 0.48
Hex 29 9F CC 50 16 0 14 C5 43 30
Octal 51 237 314 120 26 0 24 305 103 60
Binary 101001 10011111 11001100 1010000 10110 0 10100 11000101 1000011 110000

Color Harmonies of #299FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FCC

Black with #299FCC

Text Example


Text Example

White with #299FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,159,204); }

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

background-color css

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

 a { background-color: rgb(41,159,204); }

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

border-color css

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

 span { border-color: rgb(41,159,204); }

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