Html Css Color HEX #299BCA Pelorous

📋 copy color: '#299BCA'

red 41 ◦ green 155 ◦ blue 202

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

Shades of Pelorous #299BCA

Tints of Pelorous #299BCA

RGB

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

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

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

R = 10.3%
G = 38.94%
B = 50.75%

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

#299BCA (or 0x299BCA) is known color: Pelorous. HEX triplet: 29, 9B and CA. RGB value is (41,155,202). Sum of RGB (Red+Green+Blue) = 41+155+202=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #299BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCA is #D66435. Grayscale: #7D7D7D. Windows color (decimal): -14050358 or 13277993. OLE color: 13277993.

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

Color convert

RGB 41 155 202 -
CMYK 0.80 0.23 0 0.21
HSL 197.52º 0.66% 0.48% -
HSV(B) 197.52º 0.8% 0.79% -
XYZ 23.3 28.18 60.09 -
YUV 126.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 41 155 202 0.80 0.23 0 0.21 197.52 0.66 0.48
Hex 29 9B CA 50 17 0 15 C6 42 30
Octal 51 233 312 120 27 0 25 306 102 60
Binary 101001 10011011 11001010 1010000 10111 0 10101 11000110 1000010 110000

Color Harmonies of #299BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BCA

Black with #299BCA

Text Example


Text Example

White with #299BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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