#2999BF

Color #2999BF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2999BF

Tints of Pelorous #2999BF

Color information

#2999BF (or 0x2999BF) is unknown color: approx Pelorous. HEX triplet: 29, 99 and BF. RGB value is (41,153,191). Sum of RGB (Red+Green+Blue) = 41+153+191=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #2999BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999BF is #D66640. Grayscale: #7B7B7B. Windows color (decimal): -14050881 or 12556585. OLE color: 12556585.

HSL color Cylindrical-coordinate representation of color #2999BF: hue angle of 195.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2999BF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41153191-
CMYK0.790.2000.25
HSL195.2º64.66%45.49%-
HSV(B)195.2º78.53%74.9%-
XYZ21.7127.0253.36-
YUV123.84165.8968.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 191 (75% from 255) = 49.61%
R=10.65%
G=39.74%
B=49.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411531910.790.2000.25195.264.6645.49
Hex2999BF4F14019c3412d
Octal512312771172403130310155
Binary1010011001100110111111100111110100011001110000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2999BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2999BF;
 }
 .AnyTagClassName
 {
   color: #2999BF;
 }
</style>
background-color css

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

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

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

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

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

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