#299CBC

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

Shades of Pelorous #299CBC

Tints of Pelorous #299CBC

Color information

#299CBC (or 0x299CBC) is unknown color: approx Pelorous. HEX triplet: 29, 9C and BC. RGB value is (41,156,188). Sum of RGB (Red+Green+Blue) = 41+156+188=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #299CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CBC is #D66343. Grayscale: #7D7D7D. Windows color (decimal): -14050116 or 12360745. OLE color: 12360745.

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

Color convert

RGB41156188-
CMYK0.780.1700.26
HSL193.06º64.19%44.9%-
HSV(B)193.06º78.19%73.73%-
XYZ21.8827.8851.8-
YUV125.26163.467.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=10.65%
G=40.52%
B=48.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411561880.780.1700.26193.0664.1944.9
Hex299CBC4E1101Ac1402d
Octal512342741162103230110055
Binary1010011001110010111100100111010001011010110000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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