#299DBC

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

Shades of Pelorous #299DBC

Tints of Pelorous #299DBC

Color information

#299DBC (or 0x299DBC) is unknown color: approx Pelorous. HEX triplet: 29, 9D and BC. RGB value is (41,157,188). Sum of RGB (Red+Green+Blue) = 41+157+188=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #299DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DBC is #D66243. Grayscale: #7D7D7D. Windows color (decimal): -14049860 or 12361001. OLE color: 12361001.

HSL color Cylindrical-coordinate representation of color #299DBC: hue angle of 192.65º 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 #299DBC is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41157188-
CMYK0.780.1600.26
HSL192.65º64.19%44.9%-
HSV(B)192.65º78.19%73.73%-
XYZ22.0528.2251.86-
YUV125.85163.0767.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=10.62%
G=40.67%
B=48.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411571880.780.1600.26192.6564.1944.9
Hex299DBC4E1001Ac1402d
Octal512352741162003230110055
Binary1010011001110110111100100111010000011010110000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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