Html Css Color HEX #299FB4 Pelorous

📋 copy color: '#299FB4'

red 41 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #299FB4

Tints of Pelorous #299FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.37%

R = 10.79%
G = 41.84%
B = 47.37%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#299FB4 (or 0x299FB4) is known color: Pelorous. HEX triplet: 29, 9F and B4. RGB value is (41,159,180). Sum of RGB (Red+Green+Blue) = 41+159+180=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #299FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FB4 is #D6604B. Grayscale: #7D7D7D. Windows color (decimal): -14049356 or 11837225. OLE color: 11837225.

HSL color Cylindrical-coordinate representation of color #299FB4: hue angle of 189.06º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299FB4 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 159 180 -
CMYK 0.77 0.12 0 0.29
HSL 189.06º 0.63% 0.43% -
HSV(B) 189.06º 0.77% 0.71% -
XYZ 21.55 28.56 47.56 -
YUV 126.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 41 159 180 0.77 0.12 0 0.29 189.06 0.63 0.43
Hex 29 9F B4 4D C 0 1D BD 3F 2B
Octal 51 237 264 115 14 0 35 275 77 53
Binary 101001 10011111 10110100 1001101 1100 0 11101 10111101 111111 101011

Color Harmonies of #299FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FB4

Black with #299FB4

Text Example


Text Example

White with #299FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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