Html Css Color HEX #2999BC Pelorous

📋 copy color: '#2999BC'

red 41 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #2999BC

Tints of Pelorous #2999BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 10.73%
G = 40.05%
B = 49.21%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2999BC (or 0x2999BC) is known color: Pelorous. HEX triplet: 29, 99 and BC. RGB value is (41,153,188). Sum of RGB (Red+Green+Blue) = 41+153+188=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #2999BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999BC is #D66643. Grayscale: #7B7B7B. Windows color (decimal): -14050884 or 12359977. OLE color: 12359977.

HSL color Cylindrical-coordinate representation of color #2999BC: hue angle of 194.29º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2999BC is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 153 188 -
CMYK 0.78 0.19 0 0.26
HSL 194.29º 0.64% 0.45% -
HSV(B) 194.29º 0.78% 0.74% -
XYZ 21.38 26.88 51.64 -
YUV 123.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 41 153 188 0.78 0.19 0 0.26 194.29 0.64 0.45
Hex 29 99 BC 4E 13 0 1A C2 40 2D
Octal 51 231 274 116 23 0 32 302 100 55
Binary 101001 10011001 10111100 1001110 10011 0 11010 11000010 1000000 101101

Color Harmonies of #2999BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2999BC

Black with #2999BC

Text Example


Text Example

White with #2999BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2999BC; }

 p { color: rgb(41,153,188); }

 H1.HeaderClassName
 {
   color: #2999BC;
 }
 .AnyTagClassName
 {
   color: #2999BC;
 }
</style>

background-color css

<style>
 a { background-color: #2999BC; }

 a { background-color: rgb(41,153,188); }

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

border-color css

<style>
 span { border-color: #2999BC; }

 span { border-color: rgb(41,153,188); }

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